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.
Comments
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.
I really like magic link + 2FA which gives a bit more security.