404labfr / 404labfr/laravel-impersonate
rehash_on_login not passed to new SessionGuard()
Offen
next version
- Vorherrschende Sprache
- PHP
- Sterne
- 2.3k
- Forks
- 235
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
In Laravel 11 the config 'rehash_on_login' in hashing.php is added. The default is true, but we set it to false.
In the file:
vendor/lab404/laravel-impersonate/src/ImpersonateServiceProvider.php
a new SessuinGuard is contructed, but without the parameter rehashOnLogin. So this defaults to true. it should should pass the config from 'rehash_on_login'.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.