Actions
Feature #103019
closedAdd PSR-14 event to modify ext:felogin redirect URL validation result
Start date:
2024-02-01
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
When a redirect URL is provided to ext:felogin, the given URL is processed by a validator, which ensures one of the following conditions match:
- URL must be relative
- URL must be in current domain
- URL must be in local domain (known site in TYPO3 sites configuration)
It may however sometimes be a requirement, that the redirect URL is an URL not matching one of the current validation rules. In order to give developers more flexibility, a new PSR-14 event should be added to allow custom validation on the given redirect URL.
Actions