I missed OpenAI migrating away from auth0. They must have been one of their largest customers - anybody know the story?
Auth.js is now part of Better Auth
11–20 of 87 posts
Re: Auth.js is now part of Better Auth
#12Re: Auth.js is now part of Better Auth
#13Better Auth has raised $5M. I don’t think it’s great to see a truly free project get absorbed into a commercial venture.
Re: Auth.js is now part of Better Auth
#14> Chances are, if you’ve used ChatGPT, Google Labs, Cal.com or a million other websites, you’ve already interacted with Auth.js. I missed OpenAI migrating away from auth0. They must have been one of their largest customers - anybody know the story?
Re: Auth.js is now part of Better Auth
#15Better Auth has raised $5M. I don’t think it’s great to see a truly free project get absorbed into a commercial venture.
while i agree, in this case at least it looks like the money raised is for a future SaaS auth solution built on top of the open-source project
Good for them, bad for the rest of us.
Re: Auth.js is now part of Better Auth
#16only in javascript where auth is such a big issue. in rails you can use the rails 8 auth or a better alternative authentication-zero. before it was devise. java - spring security, shiro etc. but just complex things. alternatively - use services like fusionAuth
It’s not that auth is unsolved in other languages/frameworks, but it’s often way too complex or configuration-heavy. If adding passkey support to my app is going to take 2 hours, that’s two hours I’m spending away from building my core product. For smaller projects, that’s not time that I could afford. For example, if I want to add passkeys to my .NET CORE app, this is the guide Microsoft provides: https://learn.micr…
Re: Auth.js is now part of Better Auth
#17> Chances are, if you’ve used ChatGPT, Google Labs, Cal.com or a million other websites, you’ve already interacted with Auth.js. I missed OpenAI migrating away from auth0. They must have been one of their largest customers - anybody know the story?
what story??? chance are if you are planet scale enterprise, you are big enough to maintain or create or fork popular custom OSS auth themselves
I mean can you imagine the cost ??? also the effect of third party that hold your entire user data
Re: Auth.js is now part of Better Auth
#18> Chances are, if you’ve used ChatGPT, Google Labs, Cal.com or a million other websites, you’ve already interacted with Auth.js. I missed OpenAI migrating away from auth0. They must have been one of their largest customers - anybody know the story?
Re: Auth.js is now part of Better Auth
#19> Chances are, if you’ve used ChatGPT, Google Labs, Cal.com or a million other websites, you’ve already interacted with Auth.js. I missed OpenAI migrating away from auth0. They must have been one of their largest customers - anybody know the story?
But when you have a requirement to move to a third party SaaS service, I suppose Auth0 is maybe the best of a bad bunch.
Re: Auth.js is now part of Better Auth
#20only in javascript where auth is such a big issue. in rails you can use the rails 8 auth or a better alternative authentication-zero. before it was devise. java - spring security, shiro etc. but just complex things. alternatively - use services like fusionAuth
So it basically has no difference from the alternatives you mentioned.