Skip to content

jwt_tool v1.3.4

Compare
Choose a tag to compare
@ticarpi ticarpi released this 16 Oct 14:45
· 36 commits to master since this release
09fb9e5

jwt_tool v1.3.4 - improved tampering to allow all JSON objects and types

[+] Updated Tamper mode to allow users to input all JSON data types when editing or creating new claims
- To specify a new JSON object just create a new empty object with curly braces: {}
- To create a JSON array add it in directly: ['item1','item2']
[+] General streamlining and bug squashing