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
{{ message }}
This repository was archived by the owner on Dec 28, 2020. It is now read-only.
I had to build the authentication flow myself due to not finding a library that fit the needs of this project. So, it may not be super secure since I'm not a security expert. It needs to be tested thoroughly to make sure there are no holes in it.
To build it, I basically had to figure out how other passwordless authentication examples did it and copy those. The examples I used were Slack Magic Link auth and Zeit.co auth.
Since neither are open source, I had to figure out how to build the backend based on what I saw on the front end.
You can find an explanation of the auth flow here.