JWT - "message": "Invalid signature"

Hello,

I’m setting up the plugin JWT and after create the service, path and consumer, I create the JWT and by the time I try to do the request, I got that error…
Could you please give me a hand with it?

All the best,

JR

Are you certain you are providing the plugin with the public key used to sign the JWT token? That message usually means that the incoming token is either expired, or signed with a different key

hello Michael,

thanks for your response.

Yes, I detect the issue, it’s in the current version I have which is 0.11.x…

So, I have to upgrade the current version in order to solve that issue.

Awesome. Glad you found a solution.

1 Like