After adding some accounts now I want to add verification flow #2085
Answered
by
aeneasr
shreeharsha-factly
asked this question in
Q&A
-
My earlier accounts didn't have a verification flow. Now I want to add verification flow. How to initiate verification flow for existing users? |
Beta Was this translation helpful? Give feedback.
Answered by
aeneasr
Dec 28, 2021
Replies: 1 comment 3 replies
-
You should be able to point them to the verify endpoint, and then ask them to verify. Or, enable "require_verified_address" for sign in using the hooks! That would also ask them to verify. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
shreeharsha-factly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to point them to the verify endpoint, and then ask them to verify. Or, enable "require_verified_address" for sign in using the hooks! That would also ask them to verify.