Merge remote-tracking branch 'origin/6.2.x'

This commit is contained in:
Josh Cummings 2023-12-15 17:40:01 -07:00
commit cb2b5192b4
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
= Authorization Events
For each authorization that is denied, an `AuthorizationDeniedEvent` is fired.
Also, it's possible to fire and `AuthorizationGrantedEvent` for authorizations that are granted.
Also, it's possible to fire an `AuthorizationGrantedEvent` for authorizations that are granted.
To listen for these events, you must first publish an `AuthorizationEventPublisher`.