404labfr / 404labfr/laravel-impersonate

rehash_on_login not passed to new SessionGuard()

Open
#215 1 comment 0 reactions 0 assignees View on GitHub
next version
Dominant language
PHP
Stars
2.3k
Forks
235
PR merge metrics
No merged PRs in 30d

Description

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'.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.