1. Clerk ποΈ
Clerk helps developers build user management. Provide streamlined user experiences for your users to sign up, sign in, and m...
For further actions, you may consider blocking this person and/or reporting abuse
From my experience, Better Auth is the cleanest but requires more coding knowledge. But it's an acquired taste, some people don't enjoy TypeScript so much
Regards,
Pierre M., Oerlikon
Florist ZΓΌrich
Try Clerk. You will love.
What about nextAuth ??
Although NextAuth is very popular, it has recently lost ground to new frameworks. NextAuth presents a complex layer when it comes to implementing authentication. However, Clerk, for example, offers more authentication and user management options with a user-friendly dashboard.
NextAuth.js is not easy to use, they made a new auth lib call Auth.js now
What about firebase auth?
Firebase is great for handling authentication using email/password. But if you want to use other providers (like Google or Apple Auth), setting up Firebase will seem like a nightmare (from personal experience), that's why I didn't add Firebase to the list.
What are your thoughts on Auth0?
better auth is killing it
I am beginner & right now using JWT ( Json Web Token) so is it good ?
Of course. Is really good to know JWT. It is still a very common way of doing authentication.
Yes!
@martygo have you had a chance to look at Nidam ?
Of course. Iβll check.
What about auth.js commonly known as Next auth
Although NextAuth is very popular, it has recently lost ground to new frameworks. NextAuth presents a complex layer when it comes to implementing authentication.
However, Clerk, for example, offers more authentication and user management options with a user-friendly dashboard.
What about authentication flows? github.com/OhadR/authentication-fl...
Iβll check. Thanks for sharing.