JWT v1.5.3 Release Notes

Release Date: 2016-02-24 // about 8 years ago
  • ๐Ÿ”„ Changelog

    • โฌ‡๏ธ Dropped ruby 1.9.3 support #131
    • ๐Ÿ“š Update README.md - improve documentation and fix typos
    • โœ‚ Removed echoe dependency
    • ๐Ÿ›  Fix hash/string key issue in options #130
    • ๐Ÿ‘ Allow a proc to be passed for JTI verification #126
    • ๐Ÿ”จ Code refactoring and code smell fixes

    Commits

    ๐Ÿ”€ 4a0b939 Merge pull request #131 from jwt/drop-ruby-1.9.3-support
    โšก๏ธ cfc8362 Update .travis.yml
    ๐Ÿ”€ 04120f6 Merge pull request #130 from tpickett66/hash-keys
    ๐Ÿ’Ž a4d0473 Bump version
    ๐Ÿ’Ž a6d1a33 Allow verification option keys to be strings or symbols
    ๐Ÿ’Ž b47ab94 Make Verify an instantiatable class
    ๐Ÿ›ฐ 6a9b5cc Adjust aud checking to use a string key against the payload
    ๐Ÿšš 7b80ec9 Move Verify specs to a separate file.
    โšก๏ธ 2c7837f update testing and install sections of readme
    ๐Ÿ”€ d4fca40 Merge pull request #126 from yahooguntu/master
    ๐Ÿ’Ž 0100ad6 Allow a proc to be passed for JTI verification
    ๐Ÿ”จ b85b30e Merge pull request #122 from excpt/refactor-json-dependency
    ๐Ÿ”€ 1499b16 Merge pull request #123 from excpt/ci-settings
    ๐Ÿšš 2d5bc86 Remove obsolete json code
    โœ… a03fbaf Add ruby 2.3.0 for travis ci testing
    โšก๏ธ 91b4220 Update README.md
    ๐Ÿ”€ 86f470b Merge pull request #118 from excpt/master
    ๐Ÿ’Ž a6672da Add fancy badges to README.md
    ๐Ÿ”€ 0a2fa6c Merge pull request #117 from excpt/master
    ๐Ÿ”€ 707376a Fix merge options bug
    ๐Ÿ’Ž f889e49 Fix some code smells
    ๐Ÿ’Ž a0815ee Fix some more code smells
    ๐Ÿ’Ž e556eb9 Fix some code smells in JWT::Verify class
    ๐Ÿ”จ 7a7ac9a Refactor decode and verify functionality
    ๐Ÿ”€ 59dd2e0 Merge pull request #116 from excpt/master
    ๐Ÿ’Ž 79cdce8 Fix code smell reported by rubocop
    ๐Ÿ’Ž 451d950 Fix code smells reported by rubocop
    โœ… 4d440dc Fix travis test command
    ๐Ÿšš 279df0e Remove echoe dependency
    ๐Ÿšš 4f45b66 Add version class, remove utf8 encoding comment
    โšก๏ธ 559a23b Update codeclimate settings
    ๐Ÿ”€ cabde34 Merge pull request #114 from FXFusion/master
    โšก๏ธ e5a94db Updated readme for iss/aud options
    ๐Ÿ”€ 6c84213 Merge pull request #113 from lwe/lwe-jti-validation-fix
    ๐Ÿ’Ž 320306b relax restrictions on "jti" claim verification
    ๐Ÿ”€ 27c7412 Merge pull request #112 from kat3kasper/fix/misspelling
    ๐Ÿ’Ž 02cbbd6 Fix error misspelling