Invalid Token in JWT.io

Hey there @muhannadnaser !

That’s good to know! :slight_smile:

It sounds like you might be missing an audience - You can add it like so:

final credentials = await auth0
    .webAuthentication()
    .login(audience: 'YOUR_AUTH0_API_IDENTIFIER');

The following FAQ may be helpful as well:

Keep us posted!

1 Like