Skip to content

Releases: web-token/jwt-framework

Version 1.3.2

11 Mar 13:03
ac395d4

Choose a tag to compare

This bug release fixes the OKP key type generation method and the EdDSA algorirthm implementation.
See #165, #166 and #168. Many thanks to @moderndeveloperllc

Version 1.3.0

10 Jan 12:06

Choose a tag to compare

[Feature] Use of the Symfony serializer if available. #157

Version 1.2.4

04 Jan 20:56

Choose a tag to compare

Bugs fixed:

  • JWKFactory generates incorrect keys
  • RSA key creation with length less than 512 bits is now rejected

Version 1.2.2

02 Sep 08:57
3a3c574

Choose a tag to compare

Useless deprecation notice removed

Version 1.2.0

21 Aug 14:25

Choose a tag to compare

  • Experimental algorithms added. #102
  • Algorithms have their own package. #123
  • New Coding Standard rules
  • JWKSet Cache Control Header is now deprecated. It has no effect anymore. #142

This version is the last minor release before version 2.0

Version 1.1.4

04 Jun 12:05
5d7120e

Choose a tag to compare

Bug fixed: EC Keys not created correctly using the OpenSSL mode

Version 1.1.3

03 Jun 16:15

Choose a tag to compare

Bug fixed

Routes with :: does not work properly with Symfony 3.
x if he controller is a service

Version 1.1.2

31 May 11:17

Choose a tag to compare

This version fixes a deprecation warning issued for all routes managed by the dedicated route loader.

Version 1.1.0-beta4

11 Apr 11:13
935d681

Choose a tag to compare

  • Reverted PHP config to Yaml
  • JWS/JWE can be splitted

Version 1.1.0

25 Apr 10:23
935d681

Choose a tag to compare

This new minor beta release introduces the following changes:

  • [Feature] Required header/claim. See #91. Thank you @timrourke
  • [Feature] Nested token builder/loader added. Thank you @bwowk
  • [Feature] JWKFactory can create JWK objects using a shared secret. Console command added. See #57.
  • [Feature] All Symfony services can have custom tags (JWSLoader, JWELoader...).
  • [Improvement] PHPDoc for almost all public functions
  • [Improvement] Most of classes are not marked as final anymore.
  • [Bugs] Several bugs fixed. Now fits to PHPStan level 6. Level 7 to be reached soon.
  • [Improvement] Changes related to the Data Collector of the bundle (see #111).
  • [Improvement] The ECDH-ES algorithms that are now a (little bit) faster (see #106).