nextcloud / user_saml

:lock: App for authenticating Nextcloud users using SAML https://apps.nextcloud.com/apps/user_saml
https://portal.nextcloud.com/article/configuring-single-sign-on-10.html
GNU Affero General Public License v3.0
96 stars 76 forks source link

[stable-5.2] fix(firstLogin): use compatible GenericEvent #778

Closed blizzz closed 1 year ago

blizzz commented 1 year ago

in NC 25 to 27 Symfony\Component\EventDispatcher\GenericEvent is expected with the old style ::firstLogin event

fixes #777