This repository was archived by the owner on Aug 17, 2025. It is now read-only.
phly-expressive-oauth2clientauthentication 1.0.0
Added
- Adds the method
OAuth2User::getDetail(string $name, $default = null)in
order to fulfill the zend-expressive-authentication 1.0.0 API for the
UserInterface.
Changed
-
The method
OAuth2User::getUserRoles() : arraywas refactored to
OAuth2User::getRoles() : iterablein order to match the
zend-expressive-authentication 1.0.0 API. -
The method
OAuth2User::getUserData() : arraywas refactored to
OAuth2User::getDetails() : arrayin order to match the
zend-expressive-authentication 1.0.0 API.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.