I see confirmPasswordReset, but no way of generating a code in the first place? #3752
Answered
by
AlexHartford
AlexHartford
asked this question in
Q&A
-
Hi, I was hoping to be able to verify password resets by sending a 6-digit code via email, and have the user enter it in the app. I see that functions like checkActionCode, confirmPasswordReset, etc. exist, but the sendPasswordReset just sends a URL, not a code. Is there a way to send a code instead of a URL, and verify it with the functions I mentioned? |
Beta Was this translation helpful? Give feedback.
Answered by
AlexHartford
Oct 2, 2020
Replies: 1 comment
-
My bad, I seem to have misunderstood "code" in this context, I see now that it's verifying oobCodes. I'll just use the link. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AlexHartford
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My bad, I seem to have misunderstood "code" in this context, I see now that it's verifying oobCodes. I'll just use the link. Thanks!