Open gfontenot opened 1 year 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.
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)