Invalid access token with flutter loginWithRedirect

Hi, I’m away at the moment so I can’t check that. What I ended up doing is making a second call to get proper credentials, after the login flow ended:

      creds = await auth0Web.credentials(audience: AUTH0_AUDIENCE);

Then it does work, I get a valid access token

2 Likes