Hacker News new | ask | show | jobs
by whichdan 1375 days ago
If you're just building an MVP I think doing "magic link" auth is underrated. It's super easy to set up, relatively secure, doesn't need any of the complexity of passwords/sso, and is easy to migrate to a different system in the future.

Auth0 is complete overkill if you don't need their advanced features IMO.

1 comments

I really like magic link + 2FA which gives a bit more security.