github descope/go-sdk v1.5.2

latest releases: v1.6.8, v1.6.7, v1.6.6...
19 months ago

Enhancements

  • Set and expire user passwords: You can now expire a user's password using the ExpirePassword function, which will make the user reset it on their next authentication. There's also the option to set a new one using the SetPassword function; notice that even when choosing a password, the user will still need reset it on their next authentication.
  • Delete a tenant's SAML configuration: Using the DeleteSettings function, you can define which tenant's SAML configuration should be deleted.
  • Helper functions on tokens: New helper functions on tokens were added, including:
    • IsPermitted - Checks to see if the token has a specific permission configured.
    • IsPermittedPerTenant - Checks to see if the token has a specific permission configured for a specific tenant.

Don't miss a new go-sdk release

NewReleases is sending notifications on new releases.