Earlier quoted context omitted.
- Not right now, but there’s already an open issue and a PR in progress. - We don’t use JWTs directly, and sessions always require state (it’s not stateless). And yeah, both the client and server handles automatic session refresh. - Yes, we support both multiple sessions or having different organizations open in different tab: https://www.better-auth.com/docs/plugins/multi-session - Yes, that’s possible, you just nee…
> We don’t use JWTs directly Why?
Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript
91–100 of 112 posts
Re: Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript
#92Re: Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript
#93[flagged]
Btw there's no problem with what you were saying about the word fuck*. The problem is with the personal attack/abuse in your comment.
(We detached this comment from https://news.ycombinator.com/item?id=44036364.)
* https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...
Re: Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript
#94[flagged]
Could you please review https://news.ycombinator.com/newsguidelines.html and stick to the site guidelines when posting here? Your account has already been breaking them repeatedly, e.g. here and https://news.ycombinator.com/item?id=44030798 . We end up banning accounts that post like that, so please don't. Btw there's no problem with what you were saying about the word fuck*. The problem is with the personal attack/a…
As for
> Are you a shill, a troll or just an upset fanboy?
This is a genuine question, not an attack.
Re: Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript
#95One of our devs evaluated you guys and loved it and I do too, but you guys don’t have SCIM support which makes it really hard for us to justify moving to. We moved to an arguably inferior product because telling our product team “you’ll get scim” as part of an auth overhaul is an easier conversation. If you want enterprise customers, I’d recommend nailing down your enterprise feature set~ but the good news is that ou…
Re: Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript
#96Earlier quoted context omitted.
Could you please review https://news.ycombinator.com/newsguidelines.html and stick to the site guidelines when posting here? Your account has already been breaking them repeatedly, e.g. here and https://news.ycombinator.com/item?id=44030798 . We end up banning accounts that post like that, so please don't. Btw there's no problem with what you were saying about the word fuck*. The problem is with the personal attack/a…
Which personal attack? You mean calling out americans? How is that personal? You also going to ban everyone here who posts disparaging generalizations about europeans? Because so far you haven't been. As for > Are you a shill, a troll or just an upset fanboy? This is a genuine question, not an attack.
> Are you a shill, a troll or just an upset fanboy?
That's a loaded question and easily enough to count as an attack. This is not a close call!
Re: Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript
#97It's a shame I didn't add more providers there since then!
Re: Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript
#981. If I am using Supabase for DB, should I use Supabase auth or use Better auth which would anyways use Supabase DB for saving data.
2. When using Supabase auth, they don't give access to the auth.users table and for saving additional user details like country we need a seprate profiles table. If I use Better-auth what should be the approach for saving additional details?
3. How Better Auth Infrastructure is different than Clerk or Supabase auth?
Re: Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript
#99Earlier quoted context omitted.
Which personal attack? You mean calling out americans? How is that personal? You also going to ban everyone here who posts disparaging generalizations about europeans? Because so far you haven't been. As for > Are you a shill, a troll or just an upset fanboy? This is a genuine question, not an attack.
"Grow up", for starters. > Are you a shill, a troll or just an upset fanboy? That's a loaded question and easily enough to count as an attack. This is not a close call!
Re: Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript
#100The product looks polished. I have 3 questions: 1. If I am using Supabase for DB, should I use Supabase auth or use Better auth which would anyways use Supabase DB for saving data. 2. When using Supabase auth, they don't give access to the auth.users table and for saving additional user details like country we need a seprate profiles table. If I use Better-auth what should be the approach for saving additional detail…
2. Yeah, you’d need to migrate to Better Auth and move your user table to your main schema. We have a migration guide for Supabase.
3. It’s just additional features built on top of the framework, not a 3rd party auth service. You’ll still use the framework, and when you need those features, you can connect it to the infra to enable them.