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
password: calling password.sendResetPasswordEmail will not hide the error anymore if the user is not found when ambiguousErrorMessages is true, this error will now be hidden by the transport layer (rest-express, graphql). Only a breaking change if you expose password.sendResetPasswordEmail to your users directly.
password: calling password.sendVerificationEmail will not hide the error anymore if the user is not found when ambiguousErrorMessages is true, this error will now be hidden by the transport layer (rest-express, graphql). Only a breaking change if you expose password. sendVerificationEmail to your users directly.
The hooks on the server are now awaited. The execution will continue after the hook promise is resolved. (#1068)