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
The views reg_begin and reg_complete both reference request.user without having the @login_required decorator. Opening these URLs leads to unwanted Internal Server Errors, if the user is not logged in.
The views
reg_begin
andreg_complete
both referencerequest.user
without having the@login_required
decorator. Opening these URLs leads to unwanted Internal Server Errors, if the user is not logged in.django-passkeys/passkeys/FIDO2.py
Lines 60 to 99 in 310b4f4
(Technically, it wouldn't be needed on
reg_complete
, but I think for the sake of completeness, it should be added nonetheless.)The text was updated successfully, but these errors were encountered: