JWT v2.1.0 Release Notes

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

    Implemented enhancements:

    • ๐Ÿ’Ž Ed25519 support planned? #217
    • ๐Ÿ‘Œ Verify JTI Proc #207
    • ๐Ÿ‘ Allow a list of algorithms for decode #241 (lautis)
    • ๐Ÿ‘Œ verify takes 2 params, second being payload closes: #207 #238 (ab320012)
    • ๐Ÿ’Ž simplified logic for keyfinder #237 (ab320012)
    • ๐Ÿ’Ž Show backtrace if rbnacl-libsodium not loaded #231 (buzztaiki)
    • ๐Ÿ‘Œ Support for ED25519 #229 (ab320012)

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ’Ž JWT.encode failing on encode for string #235
    • 0๏ธโƒฃ The README says it uses an algorithm by default #226
    • ๐Ÿ›  Fix string payload issue #236 (excpt)

    ๐Ÿ”’ Security fixes:

    Closed issues:

    • ๐Ÿ”„ Change from 1.5.6 to 2.0.0 and appears a "Completed 401 Unauthorized" #240
    • 0๏ธโƒฃ Why doesn't the decode function use a default algorithm? #227

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿš€ Release 2.1.0 preparations #243 (excpt)
    • โšก๏ธ Update README.md #242 (excpt)
    • โšก๏ธ Update ebert configuration #232 (excpt)
    • โž• added algos/strategy classes + structs for inputs #230 (ab320012)