Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

zf-oauth2 1.5.0

Latest
Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 May 21:55
· 4 commits to master since this release

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 caught ProblemExceptionInterface 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 just Zend\Authentication\AuthenticationService.

Deprecated

  • Nothing.

Removed

  • #167 removes support for HHVM.

Fixed

  • Nothing.