Best practices in auth
Wanted to know what most of you are using as best practices in auth
As I have nearly no experience with auth, and not sure where to start
Like to use auth0, authjs and today I saw lucia-auth which looked like an easy start, even though it sounds bad to store sessions in db
Or just straight go to supabase auth as im using it as storage and postgress host
3 Replies
you can check clerk docs about some security related topics
Security - Introduction | Clerk
Account security is Clerk's most important responsibility and the top concern of every feature we build.
if can, do not roll your own security system, its not worth the risk of it