JWT v1.5.1 Release Notes

Release Date: 2015-06-22 // almost 9 years ago
  • ๐Ÿ’Ž Full Changelog

    Implemented enhancements:

    • ๐Ÿ›  Fix either README or source code #78
    • ๐Ÿ’Ž Validate against draft 20 #38

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ’Ž ECDSA signature verification fails for valid tokens #84
    • ๐Ÿ’Ž Shouldn't verification of additional claims, like iss, aud etc. be enforced when in options? #81
    • ๐Ÿ›  Fix either README or source code #78
    • ๐Ÿ’Ž decode fails with 'none' algorithm and verify #75

    Closed issues:

    • ๐Ÿ’Ž Doc mismatch: uninitialized constant JWT::ExpiredSignature #79
    • ๐Ÿ’Ž TypeError when specifying a wrong algorithm #77
    • ๐Ÿ’Ž jti verification doesn't prevent replays #73

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ’Ž Correctly sign ECDSA JWTs #87 (jurriaan)
    • ๐Ÿ›  fixed results of decoded tokens in readme #86 (piscolomo)
    • ๐Ÿ’Ž Force verification of "iss" and "aud" claims #82 (lwe)