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() : array
was refactored to
OAuth2User::getRoles() : iterable
in order to match the
zend-expressive-authentication 1.0.0 API. -
The method
OAuth2User::getUserData() : array
was refactored to
OAuth2User::getDetails() : array
in order to match the
zend-expressive-authentication 1.0.0 API.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.