Skip to content

1.7.3

Latest
Compare
Choose a tag to compare
@gaokevin1 gaokevin1 released this 25 Feb 05:39
· 3 commits to main since this release
e56d018

Enhancements

  • Multi-SSO support in tenants: In order to support multi-SSO tenants, and extra configuration of the sso_id parameter has been added to the SSO start function.
  • Configurable expiration time of JWT: We added support to configure the JWT's expiration time, using the update_jwt function.
  • Search users by dates: An option to filter user searches based on their creation time or modified time, using the search_all function.
  • TOTP seed deletion via management SDK: The function remove_totp_seed supports removing a TOTP seed for a specific user, based on their login ID.
  • README enhancements: Tiny adjustments to our README, to provide better examples.

Bug fixes

  • Fixed API rate limiting message parsing: We made sure Descope's service rate limiting messages are delivered and parsed properly.