github descope/go-sdk v1.6.5

latest releases: v1.6.7, v1.6.6
3 months ago

Breaking changes

  • Option to automatically delete related users/access keys when deleting their associated tenant: We've added an option to handle auto-deletion of 'orphaned' users and access keys when their last tenant is deleted. When deleting a tenant, you can use the new cascade flag to indicate that if part of the tenant's users/access keys are left with no tenant association - they will also be deleted from the project.
    Please notice that this change breaks compilation, due to the new parameter added.

Enhancements

  • nOTP authentication method: As published in our changelog - we've added a new authentication method named nOTP, which can now be used directly via the Go SDK! Read all about it in the SDK's README.
  • TOTP seed migration: When batch importing users into Descope, you can specify collecting their TOTP seed as part of the migration. If provided in the data, that seed will now be associated with the user and the next authentication will be seamless.
  • List projects: With the ListProjects function, you can get a list of all projects in a specified company.
  • Patch user: The new Patch command allows you to update a user's properties - but only those that have been provided in the request (without running over other data that currently exists on the user).

Don't miss a new go-sdk release

NewReleases is sending notifications on new releases.