Skip to content

Releases: ssofy/php-sdk

v2.2.1

17 Jun 10:52
Compare
Choose a tag to compare
  • Corrected PaginatedResponse namespace and converted to entity.

v2.2.0

16 Jun 17:06
Compare
Choose a tag to compare
  • 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

05 Aug 16:48
2ad48c8
Compare
Choose a tag to compare
  • Added OAuth2Client::renewAccessToken().
  • Renamed: OAuth2Client::deleteState() -> OAuth2Client::destroy().

v2.1.0

30 Jul 16:08
6f60d77
Compare
Choose a tag to compare
  • Config parameter renames.
  • Removed ContinueAuthCodeFlow() and introduced handleCallback().
  • OAuth2Client methods now throw InvalidState exception.
  • Fixes.

v2.0.2

22 Jul 08:50
Compare
Choose a tag to compare
  • Repository contracts have been added to help with resource server integrations.

v2.0.1

17 Jul 20:55
97f32c8
Compare
Choose a tag to compare
  • Hotfix: Handled the refresh token exception.

v2.0.0

18 Jun 19:56
Compare
Choose a tag to compare
  • Renamed the Client class to APIClient and ClientConfig to APIConfig for readability.
  • The OAuth2Config expects only the url parameter be given in config.
    The necessary paths for different actions will be appended by the SDK.
  • Added the locale config parameter to OAuth2Config.
  • OAuth2Client::initAuthCodeFlow() now accepts uri which expected to be the full authorization url of auth server
    and nextUri 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 to SignatureVerifier and expects SignatureGenerator as a dependency.
  • Fixed the token cache invalidation issue.
  • Bug Fixes.

v1.1.9

01 Jun 18:58
Compare
Choose a tag to compare
  • Added the missing username property in UserEntity

v1.1.8

29 May 17:59
Compare
Choose a tag to compare
  • Added the missing UserEntity properties

v1.1.7

24 Mar 19:33
Compare
Choose a tag to compare
  • Fixed the minimum stability issue