Hacker News new | ask | show | jobs
Most popular auth methods in 2023 for web apps?
1 points by przybytniewski 1248 days ago
What are the most popular auth methods used in your applications by users?

For years I was using only the username + password method, now people tend to use Passwordless, MagicLinks, and oAuth providers like Facebook, Google, and Twitter.

I'm curious whether that's a new standard and what to choose to make most users happy and have a good sign up conversion.