404labfr / 404labfr/laravel-impersonate
rehash_on_login not passed to new SessionGuard()
未關閉
next version
- 主要語言
- PHP
- 星號
- 2.3k
- 分支
- 235
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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'.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。