-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impact on remember_token? #11
Comments
Hi, than you for your issue. I'm looking to it. |
Confirmed. When you leave impersonation of an user the remember_token is updated. |
This is due to the Two scenarios to fix that:
In both case, I'll need an update because I don't want login and logout events to be fired. |
Will swapping |
Fixed. See c76bb96 |
Thanks! Will upgrade and try it out! |
I've been using this package happily on a project, except that users are all complaining that their "remember me" stopped working.
My usual suspect was broken cookies, or bad remember_tokens in the user table, so I cleared all those, but the problem persists. The only other change was adding this package.
Wondering if you've seen any evidence of this same symptom, or have any ideas why it would be interfering?
Just using the default
file
session driver. All/config/session.php
is same as standard Laravel 5.4 release defaults.The text was updated successfully, but these errors were encountered: