Better Auth – Authentication library for TypeScript
31–37 of 37 posts
It says it's better auth, but it's actually the best auth library.
Re: Better Auth – Authentication library for TypeScript
#32Re: Better Auth – Authentication library for TypeScript
#33[flagged]
"Please don't post shallow dismissals, especially of other people's work. A good critical comment teaches us something."
Re: Better Auth – Authentication library for TypeScript
#34Recent and related:
Show HN: Comprehensive authentication library for TypeScript - https://news.ycombinator.com/item?id=41678652 - Sept 2024 (44 comments)
Re: Better Auth – Authentication library for TypeScript
#35There are so many auth libraries on the roll nowadays. I am using firebase js and it is very simple and straightforward to use. I'm not a security expert, so please advise any pitfalls that the new libraries address which cannot be done with firebase
Why do you give them you your data?
Why would you pay for that ?
Re: Better Auth – Authentication library for TypeScript
#36I am currently self hosting former gotrue, now supabase auth and am having a hard time implementing oath and will probably try to switch to better auth. The docs look super comprehensive.
Yeah I really love the doc!
Re: Better Auth – Authentication library for TypeScript
#37I've been hoping on some library to better simplify passkey auth, especially in "serverless" situations with KV DB like Deno Deploy/Netlify/et al. I'm sick of passwords and passkey should be all I need, but the high level libraries just don't seem to exist in good enough forms yet and everyone keeps instead relying on overkill vendors like Auth0/Okta.