Join Discord
Powered by
Hi ! I wonder how to check the email is verified a...
# support-questions-legacy
p
PPaii
07/04/2022, 12:21 PM
Hi ! I wonder how to check the email is verified at frontend
r
rp_st
07/04/2022, 12:21 PM
Hey! There is an API you can call to get that info
rp_st
07/04/2022, 12:22 PM
https://app.swaggerhub.com/apis/supertokens/FDI/1.14.0#/EmailVerification%20Recipe/getVerifyEmail
rp_st
07/04/2022, 12:22 PM
And if you use our new supertokens-web-js SDK, it has a helper function for you to use as well.
rp_st
07/04/2022, 12:23 PM
Like this one:
https://supertokens.com/docs/web-js/modules/recipe_emailpassword.html#isEmailVerified
p
PPaii
07/04/2022, 12:24 PM
Thank you so much !
Previous
Next