logo

Better Auth is joining Vercel

Posted by sync |2 hours ago |60 comments

bhouston an hour ago[1 more]

Congrats BetterAuth! It was the system I was considering before I rolled my own auth system around the passwordless concepts of: OPT + Passkeys + Google login. It is quite nice and simple and I've ported it to 3 separate projects now just via LLM:

Talk: https://ben3d.ca/blog/passwordless-login-system

Live Demo: https://passwordless.ben3d.ca

Demo Code: https://github.com/bhouston/passwordless

If you are building a user system with a database already, adding passwordless auth is easy.

bekacru 2 hours ago[2 more]

Bereket Here

the team at Vercel has been my biggest inspiration and always reflected many of the reasons we started working on Better Auth. This would allow us to focus more on what made better-auth great in the first place It hasn't even been 2 years since we started but thank you everyone from the open-source community for helping us make an impact in short amount of time. There is a lot to do to improve on open source auth and im really excited to be back focusing full time on building

magnio 2 hours ago

I used Better Auth for my mobile app backend. It works okayish. My biggest complaints are the OpenAPI specification gets little care, as it mainly caters for JS frontend, and breaking changes in patch version are more common than most packages.

nightski 40 minutes ago[1 more]

Open source isn't really open any more. It's just pre-acquisition. I'm happy to the creators for their payday but honestly just happy I opted out of BetterAuth building my latest product.

jgeurts an hour ago

Bummed. Vercel is not a great steward of open source. Happy that Bereket got an exit, though.

khurs 2 hours ago[3 more]

mariopt an hour ago

So, it's just a matter of time until they destroy this project in favour of their cloud interests. Such a shame, it is (was) a nice open source project.

bstsb 2 hours ago[2 more]

can Vercel give any assurance that they won’t add a reliance on their closed-source cloud offering for the package? especially given their ownership of next-auth too

i really loved better-auth’s DX but the nature of their database adapters means it’s relatively easy to switch over to another provider/library

ndom91 an hour ago

Congrats! Better auth still provides a grade A dev experience, even with all the plugins, integrations, and tons of things they support.

Best of luck over there!

mooreds 2 hours ago

Congrats to Better Auth. I'm in the auth space and see all kinds of things.

Anything that makes it easier for developers to build secure applications is a win!

agrippanux 2 hours ago[1 more]

Uggggg I just implemented Better Auth for our new product - time to start looking for backup plans. I used to be a huge Vercel fanboy but everything they have done in the last few years turns into a complicated mess.

RichardChu an hour ago

Better Auth is great, I use it for all my projects. Congrats to the team!

fnoef 2 hours ago[1 more]

Ah, here we go again.

Glad I decided to roll my own auth rather then using some library. I had a feeling that eventually they will join Vercel.

mrcwinn 2 hours ago[2 more]

I nearly considered using them recently. So glad I dodged the bullet!

slig 2 hours ago

Love better-auth, and congrats to the team!

ebeirne 2 hours ago

This is amazing although I would really like for them to explore filling the backend gaps. An acquisition of Trigger.dev or Inngest would be the obvious move and nobody would be surprised. Thoughts?

whalesalad 2 hours ago[5 more]

Auth is not hard to roll yourself. Crypto: don't do it. Auth? Easy peasy.

Raed667 2 hours ago

I was wondering when that would happen, it was meant to be since the beginning

mrcwinn an hour ago

Keycloak is excellent.

zuzululu an hour ago[2 more]

im amused that people are still relying on third party for handling auth when you can roll your own now with LLMs

huflungdung 2 hours ago

Comment deleted