logoalt Hacker News

Scarbutttoday at 6:26 PM3 repliesview on HN

What framework offers all those auth features OOTB?


Replies

giancarlostorotoday at 7:02 PM

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.

skydhashtoday at 8:07 PM

I remember Laravel with Socialite [0]. Laravel is what I usually reach for Web SaaS MVP. You only need a VPS and a managed database for testing out the market and can scale a lot without increasing expenses that much..

[0]: https://laravel.com/docs/13.x/socialite

show 1 reply