tzssangglass commented on issue #7924:
URL: https://github.com/apache/apisix/issues/7924#issuecomment-1247818561
the JWT that generated by APISIX like:
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJrZXkiOiJ1c2VyLWtleSIsImV4cCI6MTg3OTMxODU0MX0.fNtFJnNmJgzbiYmGB0Yjvm-l6A6M4jRV1l4mnVFSYjs
decoded the payload in this JWT:
```
{
"key": "user-key",
"exp": 1879318541
}
```
> {"message":"missing user key in JWT token"}
this error means that the JWT you generated by another service doesn't have
`key` in the payload.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]