-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Add a custom user groups event #129
[FEATURE] Add a custom user groups event #129
Conversation
* to map the groups by a a different pattern if "Roles" does not fit * for example work with "claims" or "group_membership" data in a custom listener
Please add proper typehints wherever possible |
# Conflicts: # Classes/Service/AuthenticationService.php
Added them (support for PHP v7.4 still needed). |
If #152 is accepted, I'd suggest adding the reference to the auth service for this new event as well. |
@denislorch #152 is merged please add the reference as well here, so we can proceed with this one. Please also add some info about the new event to the changelog file |
* Add auth service instance * Align event class * Add CHANGELOG entry
Streamlined to latest changes, to be a part of the next release. |
Looks good to me. Thanks. |
Re-Implement #86 under v2.0.0 (TYPO3 v11)