Jun 19, 2020
0
Level 1
Laravel Get User Data after session Expired
I'm Trying to get previously logged in users data when session expired. in Authenticate Middleware i want to get the expired users data in order to redirect to there corresponding login pages. i have 3 different user roles and each have their own login pages.
by default Laravel send the expired user to the route(;login) i want to change the route according to user role..
thanks
Please or to participate in this conversation.