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

Add support for onAfterEmailVerified hook #2453

Open
infomiho opened this issue Jan 14, 2025 · 1 comment
Open

Add support for onAfterEmailVerified hook #2453

infomiho opened this issue Jan 14, 2025 · 1 comment
Labels

Comments

@infomiho
Copy link
Contributor

We are missing one hook in the email auth lifecycle:

  1. User registers
    2. (Account is not fully created - the email is unverified)
  2. They receive on email
  3. They verify their email by clicking on a link
    5. (Account is fully created)

We have hooks before and after the first point (user registers) but the account is not fully created at that point. We should enable our users to execute code when the account is fully created which makes more sense.

Related Discord conversation: https://ptb.discord.com/channels/686873244791210014/1328404871799640065/1328404871799640065

@infomiho infomiho added the auth label Jan 14, 2025
@johne5s
Copy link

johne5s commented Jan 14, 2025

  1. Account has been deleted

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

No branches or pull requests

2 participants