I roll my own using well supported libraries for the languages I work with. These libraries handle the gory bits and pieces where it's easy to make mistakes. It's a split between using passwordless logins, or standard password authentication depending on who the target audience is. I would never in a million years ever think about using a service like auth0. It's not just a huge privacy issue but now a critical compo…
So... what are those libraries?
With Flask I use Flask-Login. For Rails I still use Devise usually and with Phoenix I just use Plug.Session directly.