Skip to content
Snippets Groups Projects
Commit 0308595b authored by Torben Hansen's avatar Torben Hansen Committed by Benni Mack
Browse files

[FEATURE] Make PSR-7 request accessible for authentication services


Custom TYPO3 authentication services can now directly
access the PSR-7 Request object via the $authInfo array,
handed over to the initAuth() method of those services.
This therefore allows to further reduce usages of PHP
super globals and `GeneralUtility::getIndpEnv()`.

Resolves: #100116
Releases: main
Signed-off-by: default avatarTorben Hansen <derhansen@gmail.com>
Change-Id: I12a3484b49862886e7013dc2106a0705ef39c91f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78077


Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 90b525d6
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment