gfontenot / atxfccutcrew

0 stars 0 forks source link

Auth #2

Open gfontenot opened 11 months ago

gfontenot commented 11 months ago

I want a passwordless auth flow because I do not want to store passwords.

Flow:

loginR -> User enters email -> Email sent with magic link -> Magic link clicked -> User logged in (new user created if necessary)

gfontenot commented 11 months ago

Fiddled with this today, a few thoughts:

I think I'll start by looking at what it'd take to roll my own and then if I'm completely out of my depth (likely) I'll drop back to using Yesod.Auth.Passwordless. And if that causes issues I'll come back to Yesod.Auth.Email and fumble my way through trying to shut enough of the functionality down that I feel comfortable.