You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are missing one hook in the email auth lifecycle:
User registers 2. (Account is not fully created - the email is unverified)
They receive on email
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.
We are missing one hook in the email auth lifecycle:
2. (Account is not fully created - the email is unverified)
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
The text was updated successfully, but these errors were encountered: