Skip to content

Releases: ticarpi/jwt_tool

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