Skip to content

Version 1.1.0, first beta

Compare
Choose a tag to compare
@Spomky Spomky released this 13 Mar 13:21

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.