Skip to content

1.0.0

Compare
Choose a tag to compare
@binaryk binaryk released this 23 Dec 17:57
· 702 commits to master since this release
7b4ceac

Added

  • RestController - abstract controller to be extended by your API controllers
  • RestResponse - a convenient response handler/generator
  • RestifyHandler - a global exception handler which transforms many types of generic exceptions into a standard repose with appropriate code for a consistent API
  • AuthService - full support for JWT authentication based on Laravel Passport client token
  • Passport installation checker command: restify:check-passport
  • Passportable - contract used for implementation by the authenticated entity
  • RestifySearchable - contract used for search support by the API (should be used along with InteractWithSearch)
  • A bunch of generic exceptions which may be used into your project
  • Unit and Integration tests