i'm looking to gather some opinions, as i've been building some small apps recently and noticed some dissatisfaction around using magic links for authentication.
at the same time, i do not want to use google despite being very simple, just because they already have enough data on me as it is.
do people mind email and password combos? or perhaps passkeys are the future?
Kids are turning to services to do for them what has been a basic practice for decades.
Passwords are never going anywhere. Users are confused by passkeys, and they’re a terrible idea and terribly implemented anyway.
Edit: Learn how to use scrypt, learn how to execute `INSERT INTO users …`, and call a session library.