Feature #100116
closedMake PSR-7 request accessible for authentication services
100%
Description
Custom authentication services may need access to data (e.g. site or routing) available from the PSR-7 request used in in AbstractUserAuthentication::start()
. The PSR-7 request should therefore be provided to authentication services in the the $authInfo
array.
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78077
Updated by Gerrit Code Review almost 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78077
Updated by Gerrit Code Review almost 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78077
Updated by Torben Hansen almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0308595bc544e9ceab05106b248a04ab3cef0d48.
Updated by Anja Leichsenring over 1 year ago
- Related to Task #95429: Allow PSR-7 Request in User Authentication chain added
Updated by Anja Leichsenring over 1 year ago
- Related to Task #100985: Pass request into auth service objects added