demo
demo copied to clipboard
AccessChecker is session dependent
What steps will reproduce the problem?
AccessChecker is session dependent
What is the expected result?
What do you get instead?
Additional info
| Q | A |
|---|---|
| Version | 1.0.? |
| PHP version | 7.4 |
| Operating system | Docker |
Why is it an issue?
Because it is hardcoded into the use Yiisoft\Yii\Web\User\User class and ignores any other yiisoft/auth authentication method that do not use the session.
Right. How would you solve it?
Until I decided how to do it right, I'll think about it and throw a new request.
OK.