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
When you login using a passkey, it should take you to the page you originally tried to visit. Workaround I use is to store it in the session and override the get_success_data method from CompleteCredentialAuthenticationView to retrieve it.
The text was updated successfully, but these errors were encountered:
@AlmerCarbonEquity it is not documented, but this already is a feature. Except it looks for a hidden next input on the page instead of a URL parameter. I agree with you that it should also look out for a next parameter in the URL. Not sure which on should takes precedence, let's see what Django does and replicate that.
When you login using a passkey, it should take you to the page you originally tried to visit. Workaround I use is to store it in the session and override the
get_success_data
method fromCompleteCredentialAuthenticationView
to retrieve it.The text was updated successfully, but these errors were encountered: