Stormbase / django-otp-webauthn

Passkey support for Django. Currently in early stages of development and not ready for production use!
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Revert the change to AuthenticationCeremonyMixin.can_authenticate() logic returning False if the user is falsey. #11

Closed jmichalicek closed 1 month ago

jmichalicek commented 1 month ago

This resolves https://github.com/Stormbase/django-otp-webauthn/issues/10 and adds comments explaining why the logic is correct.

jmichalicek commented 1 month ago

Closing this in favor of https://github.com/Stormbase/django-otp-webauthn/pull/12