You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have an event listener listening to the Illuminate\Auth\Events\Login event. After after a successful password save the package tries to authenticate the user manually into the app. For some reason the Listener doesn't have access to the user that was just authenticated. Is there a way to easily fix this?
This discussion was converted from issue #30 on September 10, 2021 16:48.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I currently have an event listener listening to the Illuminate\Auth\Events\Login event. After after a successful password save the package tries to authenticate the user manually into the app. For some reason the Listener doesn't have access to the user that was just authenticated. Is there a way to easily fix this?
Beta Was this translation helpful? Give feedback.
All reactions