|
|
|
|
|
by gremlinsinc
2353 days ago
|
|
Laravel has verification and reset baked into their default auth, need oauth or jwt for a mobile app? Laravel passport has you covered. Fb/Google? Socialite. Need high performance swoole can practically compete with go, but you could still put now server intensive services in go or rust. |
|
On most apps I find myself writing my own register / login / password reset logic, and just using Auth::login($user); to get the user logged in and give them a session.
From that point onwards though, Laravel does a fantastic job and Passport is a god send.