This repository has been 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\OAuth2ServerFactory
to allow thezf-oauth2.options.use_openid_connect
option (or adapter-specific settingoptions.use_openid_connect
) to vary which class is used for an
authorization_code
grant type. If the setting is present and a booleantrue
value, the class
OAuth2\OpenID\GrantType\AuthorizationCode
will be used instead ofOAuth2\GrantType\AuthorizationCode
.