This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Added
- #167 adds support for PHP 7.1 and 7.2.
Changed
-
#160 alters
AuthController::tokenAction()
such that it uses the exception code from
a caughtProblemExceptionInterface
instance as the ApiProblem status if it falls in the 400-600 range. -
#151 updates
ZF\OAuth2\Provider\UserId\AuthenticationService
to allow injecting any
Zend\Authentication\AuthenticationServiceInterface
implementation, not justZend\Authentication\AuthenticationService
.
Deprecated
- Nothing.
Removed
- #167 removes support for HHVM.
Fixed
- Nothing.