Skip to content

Commit

Permalink
fix(headless): Wrong WebAuth API endpoint URI
Browse files Browse the repository at this point in the history
The endpoint isn't correct. Django returns a 404 for /account/webauthn, but /account/authenticators/webauthn seems to work.
  • Loading branch information
kmahelona authored Aug 16, 2024
1 parent e78a188 commit 1a35bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/headless/openapi-specification/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ paths:
######################################################################
# Account: WebAuthn
######################################################################
/_allauth/{client}/v1/account/webauthn:
/_allauth/{client}/v1/account/authenticators/webauthn:
get:
tags:
- "Account: WebAuthn"
Expand Down

0 comments on commit 1a35bec

Please sign in to comment.