Releases: descope/descope-php
Releases · descope/descope-php
0.6.4
descope-php: v0.6.3
0.6.2
0.6.1
What's Changed
- Added Debug Logger - added ability to turn on debug mode and turn on echo statements for errors in the console
Full Changelog: 0.1.0...0.6.1
0.6.0
What's Changed
- Added OAuth Authentication Method Functions - added OAuth as an authentication method
- Added Descope Headers - added
x-descope-phpheaders in API requests for internal analytics
Full Changelog: 0.1.0...0.6.0
0.5.0
What's Changed
- Added Base URL Override - be able to set the
baseUrlof the SDK endpoints - Fixed Nullable Parameters - fixed PHP deprecation warnings
Full Changelog: 0.1.0...0.5.0
0.4.1
What's Changed
- Bug Fix for UserPassword - fixed UserPassword bug when creating a new user
- Added SHA hashing algorithm support - added support to import passwords that are hashed with SHA256 or SHA512
- Updated README documentation - on how to use hashed password classes with
UserPassword
Full Changelog: 0.1.0...0.4.1
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