fayF
Convex Community3y ago
88 replies
fay

isAuthenticated from useConvexAuth flashes true, lands at false, even though auth0 is authenticated

Hi, I'm following the auth0 guide and running into an issue, would love some help!

Issue: I'm using the boilerplate code from the guide, and useAuth0 from auth0/auth0-react is returning a logged in user. But useConvexAuth still shows the user unauthenticated (isAuthenticated: false). If I refresh the page, isAuthenticated is set to true for a second and then back to false.

What should I do?

Auth0 Guide: https://docs.convex.dev/auth/auth0#get-started
Auth0 is an authentication platform providing login via
Was this page helpful?