This repository was archived by the owner on Jan 21, 2020. It is now read-only.
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #143 provides an update to
ZF\MvcAuth\Factory\OAuth2ServerFactoryto allow thezf-oauth2.options.use_openid_connect
option (or adapter-specific settingoptions.use_openid_connect) to vary which class is used for an
authorization_codegrant type. If the setting is present and a booleantruevalue, the class
OAuth2\OpenID\GrantType\AuthorizationCodewill be used instead ofOAuth2\GrantType\AuthorizationCode.