Get Started with Flutter Authentication

Thanks for sharing that with the rest of community!

1 Like

hi @findjsk, thanks for pointing that out. It’s true, now you should be using the += operator instead. It is now fixed on the text and the repository with the sample code had that correctly.

Thanks!

1 Like

Hello team
I followed the tutorial, it is working just fine. the only thing is that I’m getting a JWE as the access token instead of a JWT.
I could not find any where to disable the encryption in my auth0 dashboard

Hi @web2h,
The tutorial does not cover access tokens, so I’m not sure if you are talking about the attached sample project or an evolution of it.

Anyway, since your app is a public client, you shouldn’t inspect the access token or care about its format. The API is the designed receiver of the access token, so the access token format is relevant for the API.

In case your API is registered with Auth0, you can enable/disable JWE support through the access token settings of your API in the Auth0 dashboard.

I hope this helps.