Alpha Refactor
Pre-release
Pre-release
·
156 commits
to master
since this release
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.