Skip to content

Releases: ticarpi/jwt_tool

jwt_tool v1.3.4

16 Oct 14:45
09fb9e5
Compare
Choose a tag to compare

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

jwt_tool v1.3.3

16 Oct 14:48
38332b4
Compare
Choose a tag to compare

jwt_tool v1.3.3 - improved tampering to allow data types

[+] Changed Tamper mode to allow users to specify data type when editing or creating new claims
- To specify number, true, false, null just type the relevant value
- To force a string surround the input with double quotes
- e.g. to include a number as a text string enclose in quotes, or leave without if you want it as a number data type
[+] Improve invalid token output