Skip to content
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

Respect the hashing.rehash_on_login setting introduced in laravel 11 #203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tjarrett
Copy link

@tjarrett tjarrett commented Aug 7, 2024

Laravel 11 introduced new functionality where it will rehash a user's password on each login unless the config hashing.rehash_on_login is set to false.

We don't use passwords as we only do single sign on.

This passes the setting to the guard created in ImpersonateServiceProvider.

@dylanbr
Copy link

dylanbr commented Nov 4, 2024

I've had an issue with this too when setting hashing.rehash_on_login to false, and would like to see this merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants