v1.7.14
This release introduces client assertion generation, seamless session migration, enhanced outbound connect configuration, and improved handling of multiple cookies.
π New Features & Enhancements
- Client Assertion Generation API β Added the
generateClientAssertionJwtAPI to generate client assertions for secure OAuth authentication flows (e.g., SMART on FHIR) (#573) - Session Migration β Added support for migrating sessions seamlessly via the
externalTokenparameter (#576) - Outbound Connect Tenant Options β Added tenant-specific configuration options for outbound
connect(descope-js#1190)
π Fixes & Maintenance
- Multi-Cookie Handling β Fixed regex parsing to correctly handle multiple cookies. The SDK now accurately parses the refresh cookie when a session token is set (#579)
π Full Changelog: Compare release/v1.7.13...release/v1.7.14