Verification code loop #50
-
Hi all, I hope each and everyone of you are doing well. TL;DR For clarification I got 2 pages.
Here is the second page submit that we pass to ORY on our node backend
Using wireshark here is the post that goes to ORY
Once the post is done ory responds with
Which means I am back to receiving a new code if the verification flow has not expired. What am I doing wrong? Any help would be deeply appreciated. Note: I have also tried it purely front end it gives the same result. I am most likely missing something basic. SvelteKit page
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey All I was able to solve this issue, It seems the documents for the api is not updated for verification flow. This below passes verification and doesn't not resend email (assuming the code is correct and flow is not expired).
Came to the answer after going over recovery flow which matches the above when completing. Token has been removed since we are using code flow. Can we update the documents for the future users? More than happy to do it if someone can point me to it. Go is not a language I am familiar with but happy to help! |
Beta Was this translation helpful? Give feedback.
Hey All I was able to solve this issue,
It seems the documents for the api is not updated for verification flow.
This below passes verification and doesn't not resend email (assuming the code is correct and flow is not expired).
Came to the answer after going over recovery flow which matches the above when completing. To…