You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe otp_login should be called when a passkey is added so that the user is thereafter authenticated with 2fa, just like how it is called on login. This is also how other packages like django-two-factor-auth do it. Otherwise we have to wait for a user to logout and then login again (with their passkey!) before they can see certain content.
The text was updated successfully, but these errors were encountered:
I believe
otp_login
should be called when a passkey is added so that the user is thereafter authenticated with 2fa, just like how it is called on login. This is also how other packages like django-two-factor-auth do it. Otherwise we have to wait for a user to logout and then login again (with their passkey!) before they can see certain content.The text was updated successfully, but these errors were encountered: