github descope/node-sdk release/v1.5.2
1.5.2

15 months ago

Enhancements

  • Management CLI tool: We created a CLI tool for all management functions such as creating a user, deleting a tenant, exporting a flow, and more! Check it out 💪🏼
  • Get a user's OAuth provider tokens: When using your own OAuth provider account, you can now choose to request additional scopes and have the provider's access tokens managed by Descope. When needed, those can be fetched using the getProviderToken function, which retrieves the token for your application to use.
  • Support offline validations for JWTs: In case your working environment doesn't have constant internet connection - you can manually provide the public key to the SDK upon initialization. Read more about it in our README.

Bug fixes

  • Incorrect arguments in SSO configuration: The role mapping payload was in the wrong format. This was quickly fixed and is now working.
  • Expose interface and types: There were a few places where some object types were kept internal. We got feedback that some were important for internal code validations and easier handling - so we made sure those are now exposed.

Don't miss a new node-sdk release

NewReleases is sending notifications on new releases.