Skip to content

Commit

Permalink
Reset FIDO to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalioby committed Nov 9, 2023
1 parent ed5db2d commit 07d7f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/test_app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@

AUTHENTICATION_BACKENDS = ['passkeys.backend.PasskeyModelBackend']

FIDO_SERVER_ID="mk.cgm" # Server rp id for FIDO2, it the full domain of your project
FIDO_SERVER_ID="localhost" # Server rp id for FIDO2, it the full domain of your project
FIDO_SERVER_NAME="TestApp"
KEY_ATTACHMENT = passkeys.Attachment.PLATFORM # Set None to allow all authenticator attachment

0 comments on commit 07d7f6d

Please sign in to comment.