Releases: ssofy/php-sdk
Releases · ssofy/php-sdk
v2.2.1
v2.2.0
- Added optional requiredFieldsCheck for BaseModel::export().
- Added "created" property for UserEntity to indicate whether the user is new in find-or-create operations.
- Added filter and sort operations support.
- Updated UserRepositoryInterface::find() signature with filtering support. (Breaking Change)
- Added UserRepositoryInterface::findAll().
- Fixes.
v2.1.1
v2.1.0
v2.0.2
v2.0.1
v2.0.0
- Renamed the
Client
class toAPIClient
andClientConfig
toAPIConfig
for readability. - The
OAuth2Config
expects only theurl
parameter be given in config.
The necessary paths for different actions will be appended by the SDK. - Added the
locale
config parameter toOAuth2Config
. OAuth2Client::initAuthCodeFlow()
now acceptsuri
which expected to be the full authorization url of auth server
andnextUri
which is the next url to be continued after successful authorization.- Removed
SessionStorage
in accordance to the new workflow which doesn't take responsibility of sessions at SDK level. SignatureValicator
is renamed toSignatureVerifier
and expectsSignatureGenerator
as a dependency.- Fixed the token cache invalidation issue.
- Bug Fixes.