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
generateClientAssertionJwt
API 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
externalToken
parameter (#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