Skip to content

1.5.1

Choose a tag to compare

@yaelt47 yaelt47 released this 25 May 14:03
· 421 commits to main since this release

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.

Bug fixes

  • Add types to packages: TypeScript requires explicitly naming the package.json#exports types when using the new moduleResolution: node16 / nodenext / bundler. We fixed it so that it will work now (instead of getting ignored).