Skip to content

First Alpha Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@RobDWaller RobDWaller released this 17 Apr 10:52
· 179 commits to master since this release

This is the 0.1.0 alpha release of the Psr-Jwt library, a PSR-7 / 15 compliant middleware library for handling and authorising JSON Web Token requests in PHP.

The library is a wrapper for the JSON Web Token Library ReallySimpleJWT.

It is in alpha so should not be used in a production environment and a lot of work still needs to be done to get it production ready.

Work to be done:

  • Increase code coverage to 100%+.
  • Enhance Readme documentation.
  • Add comments to code.
  • Confirm structure of files and naming convention.
  • Further integration tests to be carried out with Slim PHP.
  • Start integration tests with Zend Expressive framework.