Skip to content
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

Improve ModifyUserEvent #136

Closed
georgringer opened this issue Mar 13, 2024 · 3 comments · Fixed by #152
Closed

Improve ModifyUserEvent #136

georgringer opened this issue Mar 13, 2024 · 3 comments · Fixed by #152

Comments

@georgringer
Copy link
Contributor

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

  • $this
  • $info
@xperseguers
Copy link
Owner

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
Copy link
Contributor Author

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 added a commit to liayn/t3ext-oidc that referenced this issue May 3, 2024
Include a reference to the calling
authentication service in the event's data.

Resolves: xperseguers#136
@liayn
Copy link
Collaborator

liayn commented May 3, 2024

Related: #141

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants