Releases: laurieodgers/koa-api-framework
Releases · laurieodgers/koa-api-framework
v2.0.0
v1.1.1: - Added checks to ensure TLS cert and key exist (closes #7)
v1.1.0
- Changed required field within JWT to 'sub' from 'userId'
- Added ability to add your own RAML trait names that should be authenticated by JWT
- Fixed: trailing slash on apiBase to constructor no longer causes a double slash. Fixes #5
- Added ability to define where the controllers are in the filesystem
- Added travisci tests
- Added checks for content-type when content-length is specified