Skip to content

Releases: web-token/jwt-framework

v3.0.4

14 Apr 13:14

Choose a tag to compare

What's Changed

  • cast keyset generation console arguments to int and remove dangerous … by @lucasgranberg in #339

New Contributors

Full Changelog: v3.0.3...v3.0.4

v3.0.3

04 Apr 15:08

Choose a tag to compare

Full Changelog: v3.0.2...v3.0.3

Version 3.0.2

28 Mar 14:13
d1136b7

Choose a tag to compare

Modification on the packages:

  • Explicit php version for all components

Full Changelog: v3.0.1...v3.0.2

v3.0.1

28 Mar 14:14
1d6f6a9

Choose a tag to compare

This is a major release.
Please read the migration guide

What's Changed

New Contributors

Packages:

  • Fixes dependencies on sub packages

Full Changelog: v2.2.11...v3.0.1

Version 2.2.11

24 Aug 05:10
643cced

Choose a tag to compare

Fix Symfony 5.1 deprecation #313 (@herndlm)

Version 1.3.9

22 Aug 11:16
cf821c7

Choose a tag to compare

Version 2.0.11

21 Aug 21:37
ccdb0b3

Choose a tag to compare

Fix wrong tagged branch

Version 1.3.5

23 Apr 06:04
44e5d2f

Choose a tag to compare

This version is highly recommended if you use EDCH-ES key encryption algorithm on PHP7.3 uner P-256, P-384 or P-521 curves.
The performance drastically increases (more than 50x faster).

Version 1.3.4

23 Apr 06:08
3eec531

Choose a tag to compare

This release fixes a bug with EC keys where points x/y and secret d lengths may be shorter than the length required for the curve.
It also allows the injected JsonConverter on several classes to be null as this class is now deprecated.

Version 1.3.3

23 Apr 06:08

Choose a tag to compare

v1.3.3

Comment added regarding the potential security issue if the certifica…