Enhancements
- Passwords for user authentication: Descope now supports usage of passwords. You can design your authentication flow to include password authentication, update a user's password when expired, and more.
- Import and export of Flows and Themes: If you want to export or import flows and themes from one project to another - you can do so now with supporting commands, such as
export
. - Invite users via management commands: Use the new
invite
User command to programmatically invite users to your project. Just like in the console, you can control which tenants and roles will be associated to the invited users. - Pagination support for Users: We now support the ability to paginate the
searchAll
User response. Use thepage
parameter to define how many results should return in each page. - Documentation enhancements: Tiny enhancements to our SDK's README.