Skip to content

v1.7.14

Choose a tag to compare

@dorsha dorsha released this 04 Sep 18:07
· 23 commits to main since this release

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