Maxi|Shinobi
04/08/2022, 9:47 AMrp
04/08/2022, 9:54 AM{apiBasePath}/user/email/verify
POST API to generate a new email verification token and send the email to the user: https://app.swaggerhub.com/apis/supertokens/FDI/1.13.0#/EmailVerification%20Recipe/verifyEmail
- Once the user clicks on the link, the UI on that page should extract the token from the URL and call the {apiBasePath}/user/email/verify/token
POST API: https://app.swaggerhub.com/apis/supertokens/FDI/1.13.0#/EmailVerification%20Recipe/verifyEmailToken. This API will consume the token and mark the user's email as verified.
On the frontend, you can check if a user's email is verified using the {apiBasePath}/user/email/verify
GET API: https://app.swaggerhub.com/apis/supertokens/FDI/1.13.0#/EmailVerification%20Recipe/getVerifyEmailMaxi|Shinobi
04/08/2022, 9:55 AMrp
04/08/2022, 9:57 AMMaxi|Shinobi
04/08/2022, 9:57 AMrp
04/08/2022, 9:58 AMMaxi|Shinobi
04/08/2022, 9:58 AMrp
04/08/2022, 9:59 AM{apiBasePath}/user/email/verify
POST, we will send the email automaticallyMaxi|Shinobi
04/08/2022, 11:19 AMrp
04/08/2022, 11:32 AMMaxi|Shinobi
04/08/2022, 11:32 AMrp
04/08/2022, 11:32 AMMaxi|Shinobi
04/08/2022, 11:32 AMrp
04/08/2022, 11:33 AMMaxi|Shinobi
04/08/2022, 11:33 AMrp
04/08/2022, 11:33 AM{apiBasePath}/user/email/verify/token
which will send the email to the user{apiBasePath}/user/email/verify
POSTMaxi|Shinobi
04/08/2022, 11:35 AMrp
04/08/2022, 11:44 AMMaxi|Shinobi
04/08/2022, 12:11 PMrp
04/08/2022, 12:43 PMMaxi|Shinobi
04/08/2022, 12:43 PMrp
04/08/2022, 12:44 PMMaxi|Shinobi
04/08/2022, 12:45 PMrp
04/08/2022, 12:45 PMMaxi|Shinobi
04/08/2022, 12:46 PMrp
04/08/2022, 1:07 PM