xperseguers / t3ext-oidc

TYPO3 Extension oidc. This extension uses OpenID Connect to authenticate users.
https://extensions.typo3.org/extension/oidc
GNU General Public License v2.0
10 stars 33 forks source link

Improve ModifyUserEvent #136

Closed georgringer closed 5 months ago

georgringer commented 8 months ago

The event ModifyUserEvent is rather basic and just gets the user row. It would be great if more data could be handed into the event like

xperseguers commented 8 months ago

No problem adding $info for instance. Regarding $this, shouldn't be a big deal either but what is the use case for that latter?

georgringer commented 8 months ago

I am currently misusing the ext to provide BE login and it is impossible to know just from $info if this is BE or FE and I also don't like to provide all kind of properties of $this

liayn commented 6 months ago

Related: https://github.com/xperseguers/t3ext-oidc/issues/141