sulaimanz / UQ-Class-App

Project for an app for managing UQ live classes
0 stars 0 forks source link

A-3 : Magic Link Registration #3

Open sulaimanz opened 2 years ago

sulaimanz commented 2 years ago

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.