Project

General

Profile

Actions

Feature #100066

closed

Make PSR-7 request globally available in AbstractUserAuthentication

Added by Torben Hansen about 1 year ago. Updated about 1 year ago.

Status:
Rejected
Priority:
Could have
Assignee:
-
Category:
-
Target version:
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 #1

Updated by Gerrit Code Review about 1 year 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/+/78008

Actions #2

Updated by Torben Hansen about 1 year ago

  • Status changed from Under Review to Rejected
Actions

Also available in: Atom PDF