Open
Description
I'd like to add a feature to jwtinfo that allows dumping both the header and the body simultaneously, perhaps a --full
flag? @lmammino would you accept a PR for this?
Output:
{
"header": {
"kid": "24378254378"
},
"claims": {
"iat": 12345,
...,
}
}
Metadata
Metadata
Assignees
Labels
No labels