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

Also available in: Atom PDF