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

Login hooks #2117

Closed
infomiho opened this issue Jun 24, 2024 · 0 comments · Fixed by #2211
Closed

Login hooks #2117

infomiho opened this issue Jun 24, 2024 · 0 comments · Fixed by #2211
Assignees
Labels

Comments

@infomiho
Copy link
Contributor

We want to add onBeforeLogin and onAfterLogin hooks analogously to our signup hooks.

We would be able to reject logins based on some criteria in the onBeforeLogin hook.

Also, we would be able to get the access token for OAuth logins in the onAfterLogin hook. Also, we would get the uniqueRequestId in the onAfterLogin (same as we had for onAfterSignup).

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

Successfully merging a pull request may close this issue.

1 participant