Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 342 Bytes

CHANGELOG.md

File metadata and controls

14 lines (12 loc) · 342 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