-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChanges
38 lines (26 loc) · 932 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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