Skip to content

Alpha Refactor

Pre-release
Pre-release
Compare
Choose a tag to compare
@RobDWaller RobDWaller released this 02 May 12:01
· 156 commits to master since this release
d02e4d1

Major refactor since last alpha release based on better understanding of PSR-15.

Updates include:

  • Better namespacing.
  • Removal of duplication in Middleware and Invokable classes.
  • Only one entry point via JwtAuthMiddleware class.
  • Removal of handler class, this is not needed.
  • Increased test coverage to 100%.
  • Added usable ReadMe documentation.
  • Completed initial testing with Slim PHP v3 and Zend Expressive.

Things to do before Beta release:

  • Add more tests to confirm various scenarios.
  • Further testing required with Slim and Zend.
  • Add comments to code.
  • Enhance ReadMe documentation.