Remix.run Logo
azyc 2 hours ago

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.

giancarlostoro 2 hours ago | parent [-]

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.

mchusma an hour ago | parent | next [-]

I’ve looked at these auth providers many times over the years and I just don’t get the value. It takes me a couple of minutes to set up auth. Why would I want a dependency? It doesn’t help me with the hardest part which is configuring Google and Apple sign in stuff on Google and Apple. I just don’t get it.

rozap 2 hours ago | parent | prev | next [-]

this is sorta the obvious takeaway here. as a postgres/phoenix/elixir enjoyer i am blissfully unaware of all this sort of SaaS churn.

Scarbutt an hour ago | parent | prev [-]

What framework offers all those auth features OOTB?

dsagent an hour ago | parent | next [-]

Laravel

https://laravel.com/docs/13.x/authentication

https://laravel.com/docs/13.x/socialite

https://laravel.com/docs/13.x/sanctum

giancarlostoro an hour ago | parent | prev [-]

ASP .NET Core, Ruby on Rails, Django, .... the list goes on and on... The ones that don't usually someone built a package that lets it happen.