Hacker News new | ask | show | jobs
by monus 642 days 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.

1 comments

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