404labfr / 404labfr/laravel-impersonate
rehash_on_login not passed to new SessionGuard()
Đang mở
next version
- Ngôn ngữ chính
- PHP
- Star
- 2.3k
- Fork
- 235
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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'.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.