cerberauth/JWTop - JWT Operations Toolkit
Install and run jwtop for JWT decoding, verification, creation, signing, cracking, and exploit testing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token used to fetch release information from the jwtop repository. | no | ${{ github.token }} |
| version | Version of jwtop to install (e.g. v0.2.0). Defaults to latest. | no | latest |
| command | jwtop command to run (decode, verify, create, sign, crack, exploit). If omitted, only installs jwtop. | no | "" |
| args | Arguments to pass to the jwtop command (e.g. "eyJ... --secret mysecret"). | no | "" |
| telemetry | jwtop collects fully anonymized usage data to help improve the tool. You can disable it by setting this to false. | no | true |
Outputs
| name | description |
|---|---|
| output | Stdout from the jwtop command (only set when command is provided). |
| jwtop-path | Directory where jwtop binary is located. |