Access_token too short ~ jwt malformed

It might be possible that your access_token is not a JWT instead it is a string.
You can ask for a JWT token by setting appropriate audience.
Here are some helpful links -

1- [Validate Access Tokens]

2- [https://auth0.com/docs/tokens]

Hope this helps!

3 Likes