redirect authentificated users to different pages by role using breeze authentification #2198
Unanswered
manelbenmiled
asked this question in
Q&A
Replies: 1 comment
-
That is a question for laravel framework, read laravel's documentation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
i want to redirect users authentificated to specific pages after login
NB: i assign role to every user that is connected and i'm using Active Directory to login
LoginController:
protected $redirectTo = RouteServiceProvider::HOME;
RouteServiceProvider
public const HOME='/';
How can i set up this please?
Beta Was this translation helpful? Give feedback.
All reactions