From 39871c82da629562cc30ec9ad475b3a711c9e499 Mon Sep 17 00:00:00 2001 From: Nick Ufer Date: Sun, 31 Oct 2021 23:39:17 +0100 Subject: [PATCH] fix: adds missing webauthn authentication method --- .schema/openapi/patches/session.yaml | 1 + spec/api.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.schema/openapi/patches/session.yaml b/.schema/openapi/patches/session.yaml index 26ed0044d85..4cf01cbddde 100644 --- a/.schema/openapi/patches/session.yaml +++ b/.schema/openapi/patches/session.yaml @@ -21,3 +21,4 @@ - password - totp - oidc + - webauthn diff --git a/spec/api.json b/spec/api.json index 0f95b0b853c..f1c813764d4 100755 --- a/spec/api.json +++ b/spec/api.json @@ -978,7 +978,8 @@ "link_recovery", "password", "totp", - "oidc" + "oidc", + "webauthn" ], "title": "The method used", "type": "string"