JWT v2.0.0 Release Notes

Release Date: 2017-09-03 // over 6 years ago
  • ๐Ÿ’Ž Full Changelog

    Implemented enhancements:

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ‘Œ Support versions outside 2.1 #209
    • ๐Ÿ‘Œ Verifying expiration without leeway throws exception #206
    • โš  Ruby interpreter warning #200
    • ๐Ÿ’Ž TypeError: no implicit conversion of String into Integer #188
    • ๐Ÿ›  Fix JWT.encode(nil) #203 (tmm1)

    Closed issues:

    • ๐Ÿ’Ž Possibility to disable claim verifications #222
    • ๐Ÿ’Ž Proper way to verify Firebase id tokens #216

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿš€ Release 2.0.0 preparations :) #225 (excpt)
    • ๐Ÿ›ฐ Skip 'exp' claim validation for array payloads #224 (excpt)
    • 0๏ธโƒฃ Use a default leeway of 0 #223 (travisofthenorth)
    • ๐Ÿ›  Fix reported codesmells #221 (excpt)
    • โž• Add fancy gem version badge #220 (excpt)
    • โž• Add missing dist option to .travis.yml #219 (excpt)
    • ๐Ÿ›  Fix ruby version requirements in gemspec file #218 (excpt)
    • ๐Ÿ›  Fix a little typo in the readme #214 (RyanBrushett)
    • โšก๏ธ Update README.md #212 (zuzannast)
    • ๐Ÿ›  Fix typo in HS512256 algorithm description #211 (ojab)
    • ๐Ÿ‘ Allow configuration of multiple acceptable issuers #210 (ojab)
    • ๐Ÿ’Ž Enforce exp to be an Integer #205 (lucasmazza)
    • ๐Ÿ’Ž ruby 1.9.3 support message upd #204 (maokomioko)
    • ๐Ÿ’Ž Guard against partially loaded RbNaCl when failing to load libsodium #202 (Dorian)