Hacker News new | ask | show | jobs
by jcuenod 1242 days ago
What do you use for auth?
1 comments

Just a normal create-user/login form. Or Firebase Auth if Google and other sign in's need to be supported.
In the former case, are you managing signups, password resets...?
Yes, I write those parts myself.