JWTTokenParserValve
Parses a JWT token and extracts the parsed pieces into an item. If no item is present, a new is created.
Properties
Example Configuration
{ "name": "JWTTokenParserValve", "config": {
"access_token": "jwt"
} }
Requirements
- The incoming request must contain parameter access_token in order for the valve to work properly.