Skip to content

Releases: descope/descope-php

0.3.2

01 Nov 16:59
bf29968
Compare
Choose a tag to compare

What's Changed

  • Minor Bug Fixes - just a minor fix.
  • Improved Audit capabilities - improved Audit Management API support.
  • Improved Function Documentation - improved documentation of functions and return types.

Full Changelog: 0.1.0...0.3.2

0.3.1

30 Sep 13:59
9b6a204
Compare
Choose a tag to compare

What's Changed

  • Minor Bug Fixes - just a minor fix.

Full Changelog: 0.1.0...0.3.1

0.3.0

23 Sep 06:07
Compare
Choose a tag to compare

We’ve made some improvements to enhance the scalability of our system to better support increased usage. These changes allow us to handle increased demand more efficiently, ensuring a smoother experience for all users. As part of this update, there may be a delay (up to 100ms) in accessing newly written or updated user data from the search user endpoints. If you have any questions, feel free to reach out!

What's Changed

  • Support for PHP 7.4+: Our SDK now supports PHP version 7.4+.
  • Upgraded User Search Endpoints: Upgraded to the new v2 endpoints for handling user search.

Full Changelog: 0.1.0...0.3.0

0.2.0

17 Jun 19:28
250710a
Compare
Choose a tag to compare

Enhancements

  • Passwords support: Password authentication, including the option to sign in, reset, update and more, are now supported. See examples and read more in our SDK's README.
  • SSO authentication: Using the sso->signIn function, you can authenticate your user with their configured SSO server.
  • Management functions for handling users: We've added full user management API support, including functions such as create, update, as well as authorization related functions like addTenantRoles. View all options in our SDK's README.

0.1.0

08 Apr 20:26
5a45706
Compare
Choose a tag to compare

Initial release of the PHP SDK