Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 644 Bytes

CHANGELOG.md

File metadata and controls

27 lines (22 loc) · 644 Bytes

Changelogs

Version-1.0 (28-Apr-2020)

Feature

  • Option to Detect the algorithm of the input JWT
  • Base64 decode the input JWT Token
  • Generate new JWT Token by changing algorthim to None and HS256/384/512

Version-1.1 (29-Apr-2020)

Feature

  • Exception Handling implemented

Version-1.1.1 (30-Apr-2020)

Feature

  • Bug fixes

Version-1.5 (24-May-2020)

Feature

  • Generate new JWT Token by changing algorthim to RS256/384/512
  • Generate Public and Private key pair, if not provided as input for signing

Version-1.5.1 (30-May-2020)

Feature

  • Bug fixes

Version-1.6 (03-July-2020)

Feature

  • Bug fixes