- Option to Detect the algorithm of the input JWT
- Base64 decode the input JWT Token
- Generate new JWT Token by changing algorthim to
None
andHS256/384/512
- Exception Handling implemented
- Bug fixes
- Generate new JWT Token by changing algorthim to
RS256/384/512
- Generate Public and Private key pair, if not provided as input for signing
- Bug fixes
- Bug fixes