Skip to content
Snippets Groups Projects
Commit dd88dd49 authored by Benni Mack's avatar Benni Mack
Browse files

[TASK] Move LoginProvider logic into a separate class

The LoginProvider functionality, which was baked into the LoginController
is now moved into a separate Resolver class, cleaning up the Controller
class and having a dedicated, single responsibility as a separate PHP class.

In addition, the Request/Response (PSR-7) functionality is now
used, instead of relying on $_COOKIE.

Resolves: #93947
Releases: master
Change-Id: Ic94361216566ec046160053e2a93c7d6be69584a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68772


Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent 58eceafd
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