Best alternative to next-auth for use with credentials
Since next-auth doesn't fully support credential based authentication and mainly is built for oauth I was curious what the "next best" auth framework was if I need to authenticate users with email/password as well as oauth?
8 Replies
next auth supports password based, it's just extremely discouraged
Lucia
Best auth lib atm
tbh I use next auth and I've never used Lucia. I recommend Lucia.
so discouraged you’re forced to use jwt authentication if you use passwords 😩
I actually agree w them on discoursing it heavily
This seems leagues ahead of passport.js and next-auth. Never used more confusing libs than those before