isAuthenticated is always false after email verification

We are using email verification using link. After successful signup, the user is getting the email to verify the account. On clicking that link, user is redirected to the specified url. But the value of isAuthenticated from useAuth0 is always false and this leads to the redirection of the user to login page again. We want the user to continue using our application after email verification and not redirect to login page.

Any help here is appreciated. Thanks!

Hey there @raja.sk welcome to the community!

Does the user have an existing session in this context? As far as I’m aware the user will only end up back at the application logged in if they already have a session established.

Let us know!

1 Like

Hey @tyf . No, the user does not have an existing session. This makes sense. Thanks for the clarification.

1 Like

No problem, happy to help! :rocket:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.