Earlier quoted context omitted.
Lol wut? you get all of your auth data in your own db in 1 cli command. You are not tied to any on db provider. On top of that you get hundreds of auth features like oauth providers (I use it to allow users to log in via google, apple, github) and the best part it's free. Not saying Supabase and Clerk are bad, but they cost money. With better auth you pay exactly $0 for all of this.
Or I could use a web framework that offers that out of the box, and its free and lives in my database, wherever I want.
From Supabase to Clerk to Better Auth
21–30 of 259 posts
Re: From Supabase to Clerk to Better Auth
#22Hey, Bereket from Better Auth here. I started Better Auth to solve this exact issue for myself, and it later turned into a company. It always give me joy to just see others getting the same value from it :) There is a lot to work on, would love to know what we can improve
Re: From Supabase to Clerk to Better Auth
#23Tom's articles are always a good read. Anyone remember Auth0 and passportjs? The churn of auth services is never ending, but I suppose so are the standards.
Re: From Supabase to Clerk to Better Auth
#24Re: From Supabase to Clerk to Better Auth
#25Re: From Supabase to Clerk to Better Auth
#26Re: From Supabase to Clerk to Better Auth
#27Re: From Supabase to Clerk to Better Auth
#28Hey, Bereket from Better Auth here. I started Better Auth to solve this exact issue for myself, and it later turned into a company. It always give me joy to just see others getting the same value from it :) There is a lot to work on, would love to know what we can improve
Do you think the complexity of auth in the browser, is because browsers don't do enough?
Re: From Supabase to Clerk to Better Auth
#29Earlier quoted context omitted.
Or I could use a web framework that offers that out of the box, and its free and lives in my database, wherever I want.
What framework offers all those auth features OOTB?