Actions
Feature #100066
closedMake PSR-7 request globally available in AbstractUserAuthentication
Start date:
2023-03-02
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In AbstractUserAuthentication
currently some functions already use a PSR-7 request to work with request specific data. There are however some methods who use GeneralUtility::getIndpEnv()
to basically retrieve the same data which is available in the PSR-7 request given in the start()
method.
Also, it could be helpful for 3rd party authentication services, if the PSR-7 request would be globally available (e.g. through the $pObj
property).
Actions