Remix.run Logo
giancarlostoro 2 hours ago

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.