Skip to content

Allow dumping both header and body #37

Open
@bsmedberg-xometry

Description

@bsmedberg-xometry

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions