Ask HN: Which Authentication provider to use?
https://news.ycombinator.com/item?id=39905596So I am building an application that I would sell as SaaS in future. A web app for one set of users. A mobile app for another set of users. For web-app I would like to have email/password, phone(totp based) login. For mobile app, just phone (totp based) login.
I've been looking at several authentication providers: - Supabase Auth - Zitadel - Supertokens - Ory
Self-hosted vs Cloud based: I would like to select something that I can self-host (or run locally on docker for development). However, some years ahead, I might move to the cloud (depends on the revenue).
Does anyone have experience with the above mentioned services? If yes, could you please provide your experiences with it.
Or if there's any better service that I missed looking into?