top | item 41477243

(no title)

monus | 1 year ago

Well, yeah, “magic link” is a thing and one of the easiest form of authentication supported by many providers, like Supabase, Vercel and libraries like Next Auth.

Another great side effect is that your backend doesn’t have to store user passwords which means removal of a lot of compliance headaches.

discuss

order

archerx|1 year ago

You should never store passwords in any case. Hash + Salt.