We want to have user registration without passwords. One way to do that is through Magic Links.
A magic link is a unique link emailed to the user after they sign up. They click the unique link and are automatically logged in to the app. There is no need for passwords, authentication happens through the email.
We want to have user registration without passwords. One way to do that is through Magic Links.
A magic link is a unique link emailed to the user after they sign up. They click the unique link and are automatically logged in to the app. There is no need for passwords, authentication happens through the email.
See this for an example: https://medium.com/questfeed/introducing-magic-link-login-and-registration-337e242e2912
If you have any questions about it, please reach out to me.