Enums§
- Auth
Email Password Reset Token Error - struct for typed errors of method
auth_email_password_reset_token - Auth
GetUser Error - struct for typed errors of method
auth_get_user - Auth
Reset Password Error - struct for typed errors of method
auth_reset_password - Auth
Reset Password With Token Error - struct for typed errors of method
auth_reset_password_with_token
Functions§
- auth_
email_ password_ reset_ token - Send a password reset link to the provided email address, if that email matches a registered user.
- auth_
get_ user - Retrieve the profile of the authenticated user.
- auth_
reset_ password - Reset the password using the user’s existing password. Note, this is an authenticated route.
- auth_
reset_ password_ with_ token - Complete the forgot password flow, resetting the new password in exchange for an emailed token.