kong-jwt2header
kong-jwt2header copied to clipboard
limit the claims to extract
Can you add a configuration to define the claims to extract (instead of all string-type claims) ?
like a comma-separted list or an array
config:
claims: claim1, claim2
Fallback: If the claims-list is not defined, all string-type claims are extracted
Good idea. Will add the option to limit this week.