Need for magic code (passwordless) signup #4180
mukundshah
started this conversation in
General
Replies: 1 comment 3 replies
-
Try the latest development (
Then, the signup form will only show a required email field. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While implementing authentication in my toy project, I wanted to prioritize magic code (passwordless) login for better UX and security. However, I discovered that while
django-allauth
supports magic code authentication for existing users, it doesn't support it for signup.Has anyone implemented this? Or is they any other way to this?
Beta Was this translation helpful? Give feedback.
All reactions