We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://drincs-website.firebaseapp.com/__/auth/action?mode=resetPassword&
apiKey
oobCode
POST
https://www.googleapis.com/identitytoolkit/v3/relyingparty/resetPassword?key={apiKey}
{ "oobCode":{oobCode}, "newPassword": {newPassword} }
https://drincs-website.firebaseapp.com/__/auth/action?mode=verifyEmail&
https://www.googleapis.com/identitytoolkit/v3/relyingparty/setAccountInfo?key={apiKey}
{ "oobCode":{oobCode} }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For reset password:
https://drincs-website.firebaseapp.com/__/auth/action?mode=resetPassword&
with my urlapiKey
andoobCode
from urlPOST
https://www.googleapis.com/identitytoolkit/v3/relyingparty/resetPassword?key={apiKey}
body:
Verify mail
https://drincs-website.firebaseapp.com/__/auth/action?mode=verifyEmail&
with my urlapiKey
andoobCode
from urlPOST
https://www.googleapis.com/identitytoolkit/v3/relyingparty/setAccountInfo?key={apiKey}
body:
The text was updated successfully, but these errors were encountered: