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
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).