-
Notifications
You must be signed in to change notification settings - Fork 84
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
Call SuperTokens API to send the password reset email #38
Comments
@bhumilsarvaiya please come up with an API spec for the above. It should be a |
@bhumilsarvaiya the API should return and THEN sends the email. |
API Endpoint:
|
@bhumilsarvaiya the following changes to the password reset email:
|
The API will take the following as an input:
email (string)
App name (string)
Password reset URL (string)
It will send an email to
email
containing the App name and the Password reset URL.The design of the password reset email is here.
Throw a 400 error when:
We also need a way to monitor how many emails are being sent so that our domain does not get blacklisted (in the bad case)
The email subject will be "Reset your password"
The email will be sent via: "[email protected]"
The name of the sender should be the same as the App name
The API should return and THEN sends the email.
In the SDK side, follow: #44 (comment)
The text was updated successfully, but these errors were encountered: