Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 261 Bytes

CHANGELOG.md

File metadata and controls

13 lines (8 loc) · 261 Bytes

0.1.2

  • Add allowedAlgorithms argument also in JWT

0.1.1

  • Fix security issue: JWS with algorithm none was previously verified, now you can specify which algorithms are allowed and by default none is not allowed.

0.1.0

  • Initial version