-
Notifications
You must be signed in to change notification settings - Fork 344
Open
Description
Earlier this year allauth released a code-based login method.
- User requests login by inputting their email address
- Frontend sends request to
dj-rest-auth's endpoint/login/code/ - A session gets generated (similar to the email verification flow)
- User receives an email with a random 6 character code (as per
allauth) - User inputs that code in the frontend.
- Frontend sends request to
dj-rest-auth's endpoint/login/code/confirm/ - Backend logs the user in (or not)
This issue is a placeholder to keep track of the progress and discussion
Planning to create a pull request for this as soon as I can.
Metadata
Metadata
Assignees
Labels
No labels