diff --git a/example/test_app/settings.py b/example/test_app/settings.py index aa4d1cb..2b15ccc 100644 --- a/example/test_app/settings.py +++ b/example/test_app/settings.py @@ -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