Join Discord
Powered by
What is the default React route that email verific...
# support-questions-legacy
a
Al V
08/31/2022, 7:27 PM
What is the default React route that email verification links should point to?
r
rp_st
09/01/2022, 3:20 AM
Hey.
rp_st
09/01/2022, 3:20 AM
It’s /auth/verify-email
a
Al V
09/01/2022, 3:20 AM
yeah, I figured out the problem
Al V
09/01/2022, 3:20 AM
it's a GET and we had only routed POSTs
r
rp_st
09/01/2022, 3:21 AM
Ah ok
a
Al V
09/01/2022, 4:49 AM
@rp_st
Is there a way to check if a user's email is verified?
r
rp_st
09/01/2022, 4:50 AM
Yes. On the backend, the SDK exposes a isEmailVerified function via the recipe that you use
a
Al V
09/01/2022, 4:51 AM
thanks
3
Views
Previous
Next