Releases: descope/descope-php
Releases · descope/descope-php
0.4.0
What's Changed
- JWK Caching Mechanism - including abstraction for other caching mechanisms besides APCu.
- Support for Laravel 11 - Custom JWT validation that's compatible with all versions of PHP 7.4+
- Updated README documentation - for User Management and Password authentication functions
Full Changelog: 0.1.0...0.4.0
0.3.2
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
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.