Revision history for Perl module Mojo::JWT
1.01 2024-10-15
- Fix non-portable test
1.00 2024-10-15
- Use CryptX (libtomcrypt) for all cryptographic functions
- Crypt::OpenSSL input is still accepted but converted in-use
0.09 2020-11-22
- Allow passing in a JWKSet which can be used for decoding/verifying tokens (ccakes)
0.08 2018-12-03
- Specify minimum perl version (openstrike, PRC)
0.07 2018-05-01
- Soften restrictions on typ header
0.06 2018-04-28
- Allow users to modify headers (mishanti1)
0.05 2017-01-12
- Port to Module::Build::Tiny, (via App::ModuleBuildTiny)
- Changed JWT link from draft to RFC
0.04 2015-04-27
- Fix link to sponsor
0.03 2015-04-25
- Added set_iat attribute and related functonality
- Set required MIME::Base64 version to 3.11 as it should have been
0.02 2015-04-21
- Fix failing test when Crypt::OpenSSL::RSA is not installed
0.01 2015-04-21
- Initial release