Skip to content

Beta Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@RobDWaller RobDWaller released this 15 May 14:20
· 137 commits to master since this release
d0a7ee3

The library now 'works' and fulfills the task of validating JSON Web Tokens in a PSR compliant manner.

Changes since Alpha release:

  • Added Infection PHP mutation tests.
  • Improved tests based on Infection PHP Feedback.
  • Added comments to code.
  • Removed unnecessary getters.

Things to do:

  • Fix issue with secret and token key order in middleware class.
  • Add custom handler to middleware to allow for custom response definition.
  • Add more documentation to readme.
  • Check code comments are correct and make sense.