rootinc / laravel-azure-middleware

94 stars 39 forks source link

Redirecting back to login page with normal installation #60

Open ubay25 opened 2 years ago

ubay25 commented 2 years ago

I have laravel 8 and after following the normal install, I get redirected back to the login page after signing in with my azure account.

The user account already exist on the database so I am not sure how this package checks if user exist. Ideally, if the user exist, it will redirect to the home page (or wherever).