Auth0 console says email is verified, but auth0 user in app says email_verified = false

@Ale

We attach the accessToken to our HTTP request (graphql) and then the backend uses that to get the user info

We use the @auth0/nextjs-auth0 “getSession” function to get the access token

I would think every new HTTP request should grab the latest session. So either auth0 isn’t giving us the latest session, or there is some kind of cloudflare caching issue?

This sounds pretty similar to the issue I’m having

and here

I guess we need to integrate with the management api and rely on that instead of using the decoded token?