What is the default React route that email verification links should point to?
a
What is the default React route that email verification links should point to?
r
Hey.
It’s /auth/verify-email
a
yeah, I figured out the problem
it's a GET and we had only routed POSTs
r
Ah ok
a
@rp_st Is there a way to check if a user's email is verified?
r
Yes. On the backend, the SDK exposes a isEmailVerified function via the recipe that you use
a
thanks
2 Views