Skip to content

Release One!

Compare
Choose a tag to compare
@RobDWaller RobDWaller released this 27 Jun 12:02
· 110 commits to master since this release
f06f774

This is the first release of PSR-JWT, a JSON Web Token middleware library for PSR-7 and PSR-15 compliant frameworks.

It allows you to add JWT creation and validation functionality to your project with just a few lines of code. It is fully tested with 100% code coverage and an Mutation Score Indicator of 96.

Things still to do:

  • Add JSON auth handler.
  • Extend documentation with advanced usage examples.