Maxi|Shinobi
04/08/2022, 9:47 AMrp_st
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_st
04/08/2022, 9:57 AMMaxi|Shinobi
04/08/2022, 9:57 AMMaxi|Shinobi
04/08/2022, 9:57 AMrp_st
04/08/2022, 9:58 AMMaxi|Shinobi
04/08/2022, 9:58 AMrp_st
04/08/2022, 9:59 AM{apiBasePath}/user/email/verify
POST, we will send the email automaticallyrp_st
04/08/2022, 9:59 AMMaxi|Shinobi
04/08/2022, 11:19 AMMaxi|Shinobi
04/08/2022, 11:24 AMrp_st
04/08/2022, 11:32 AMrp_st
04/08/2022, 11:32 AMMaxi|Shinobi
04/08/2022, 11:32 AMrp_st
04/08/2022, 11:32 AMMaxi|Shinobi
04/08/2022, 11:32 AMrp_st
04/08/2022, 11:33 AMMaxi|Shinobi
04/08/2022, 11:33 AMrp_st
04/08/2022, 11:33 AMrp_st
04/08/2022, 11:34 AMrp_st
04/08/2022, 11:34 AMrp_st
04/08/2022, 11:35 AM{apiBasePath}/user/email/verify/token
which will send the email to the userrp_st
04/08/2022, 11:35 AM{apiBasePath}/user/email/verify
POSTMaxi|Shinobi
04/08/2022, 11:35 AMMaxi|Shinobi
04/08/2022, 11:39 AMMaxi|Shinobi
04/08/2022, 11:42 AMrp_st
04/08/2022, 11:44 AMrp_st
04/08/2022, 11:44 AMrp_st
04/08/2022, 11:44 AMrp_st
04/08/2022, 11:46 AMMaxi|Shinobi
04/08/2022, 12:11 PMMaxi|Shinobi
04/08/2022, 12:40 PMrp_st
04/08/2022, 12:43 PMMaxi|Shinobi
04/08/2022, 12:43 PMMaxi|Shinobi
04/08/2022, 12:44 PMrp_st
04/08/2022, 12:44 PMMaxi|Shinobi
04/08/2022, 12:45 PMrp_st
04/08/2022, 12:45 PMMaxi|Shinobi
04/08/2022, 12:46 PMMaxi|Shinobi
04/08/2022, 12:47 PMMaxi|Shinobi
04/08/2022, 12:47 PMMaxi|Shinobi
04/08/2022, 12:48 PMrp_st
04/08/2022, 1:07 PM