You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.