This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Changed
- [BC Break] Split implementation into two components:
OAuth2Middleware
(the actual middleware) and a "TokenService" in charge of token operations against the request (seeSomoza\OAuth2Middleware\TokenService\AuthorizesRequests
). This change introduces backwards-incompatible changes, although old code can be upgraded relatively easily (see examples inREADME.md
).