Skip to content

Releases: web-token/jwt-framework

Version 1.1.3

03 Jun 16:15
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Reverted PHP config to Yaml
  • JWS/JWE can be splitted

Version 1.1.0

25 Apr 10:23
935d681
Compare
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).

Version 1.1.0 beta 3

19 Mar 13:58
Compare
Choose a tag to compare

Minor bug fixed for the Data Collector

Version 1.1.0 beta 2

19 Mar 13:32
e59fc23
Compare
Choose a tag to compare

This new beta version includes the changes related to the Data Collector of the bundle (see #111).
It also includes a small improvement for the ECDH-ES algorithms that are now a (little bit) faster (see #106).
Internal configuration of the bundle now use the PHP File Loader instead of the YAML one (see #104).

Version 1.1.0, first beta

13 Mar 13:21
Compare
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. 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...).
  • PHPDoc for almost all public functions
  • 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.
  • Documentation updated accordingly.

Version 1.0.6

13 Feb 22:09
0be9030
Compare
Choose a tag to compare

This version fixes bugs in the Symfony Bundle configuration

Version 1.0.5

24 Jan 12:57
Compare
Choose a tag to compare

This version fixes the following bug:

  • Environment Variables Processor not correctly loaded.

Version 1.0.4

24 Jan 11:43
Compare
Choose a tag to compare

This version fixes the following bugs:

  • Unable to load the debug toolbar when the bundle is installed.
  • Error thrown when the signature or the encryption components are installed if the configuration is not set.