Handle user authentication and profiles
config/oauth.php
config/oauth.php
.
Checkout app/Http/Controllers/User/OauthController.php
which handles the OAuth.
Feel free to customize it to your needs.
.env
app/Http/Controllers/User/LoginLinkController.php
routes/web.php
throttle:login-link
. Customize this rate limit according to your applicationβs needs.