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

zf-mvc-auth 1.5.1

Latest
Compare
Choose a tag to compare
@weierophinney weierophinney released this 31 May 14:18
· 4 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #143 provides an update to ZF\MvcAuth\Factory\OAuth2ServerFactory to allow the zf-oauth2.options.use_openid_connect
    option (or adapter-specific setting options.use_openid_connect) to vary which class is used for an
    authorization_code grant type. If the setting is present and a boolean true value, the class
    OAuth2\OpenID\GrantType\AuthorizationCode will be used instead of OAuth2\GrantType\AuthorizationCode.