Releases: descope/descope-php
Releases · descope/descope-php
0.3.2
0.3.1
0.3.0
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
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 likeaddTenantRoles
. View all options in our SDK's README.