Skip to content

Commit

Permalink
fix: adds missing webauthn authentication method (#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickUfer authored Nov 1, 2021
1 parent bf80e96 commit 44892f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .schema/openapi/patches/session.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
- password
- totp
- oidc
- webauthn
3 changes: 2 additions & 1 deletion spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,8 @@
"link_recovery",
"password",
"totp",
"oidc"
"oidc",
"webauthn"
],
"title": "The method used",
"type": "string"
Expand Down

0 comments on commit 44892f3

Please sign in to comment.