Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

v0.3.0

Latest
Compare
Choose a tag to compare
@gsomoza gsomoza released this 25 Jun 12:29
· 2 commits to master since this release

Changed

  • [BC Break] Split implementation into two components: OAuth2Middleware (the actual middleware) and a "TokenService" in charge of token operations against the request (see Somoza\OAuth2Middleware\TokenService\AuthorizesRequests). This change introduces backwards-incompatible changes, although old code can be upgraded relatively easily (see examples in README.md).