404labfr / 404labfr/laravel-impersonate
rehash_on_login not passed to new SessionGuard()
Aberta
next version
- Linguagem predominante
- PHP
- Estrelas
- 2.3k
- Forks
- 235
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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'.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.