Konubinix' opinionated web of thoughts

Some Uses of JWT Token That I Found Interesting to Spot

Fleeting

some uses of JWT token that I found interesting to spot

<JWTHeader>  The name of the HTTP header to which the JWT is attached. X-JWT-Assertion
<ClaimsRetrieverImplClass> By default, the <ClaimsRetrieverImplClass> parameter is commented out in the api-manager.xml file. Enable it to add all user claims in the JWT token:

https://docs.wso2.com/display/AM200/Passing+Enduser+Attributes+to+the+Backend+Using+JWT

Here, the first line says “the JWT”, while the next one is “the JWT token”. Both are correct to me in this context, but it is interesting to see that they appear to hesitate between both. I would personally have preferred simply “token” here.