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
This workaround does not handle retries, we have had a few 429 HTTP Errors that would have been handled by a retry mechanism, we will likely do that if that issue is not resolved in a reasonable future.
Additional information, if any
I was not sure whether to add a comment to #572, I created a new issue to avoid bloating #572.
Describe the problem you'd like to have solved
In in typescript, the
ManagementClient
class does not provide a way to rotate a client secret.Describe the ideal solution
Expose client secret rotation in typescript
ManagementClient
class that call, the method should have a retry mechanism.Alternatives and current work-arounds
Calling directly the Auth0 REST API with the access token retrieved from
ManagementClient
.This workaround does not handle retries, we have had a few 429 HTTP Errors that would have been handled by a retry mechanism, we will likely do that if that issue is not resolved in a reasonable future.
Additional information, if any
I was not sure whether to add a comment to #572, I created a new issue to avoid bloating #572.
Also found
node-auth0/src/management/ClientsManager.js
Line 198 in 0ed8919
The text was updated successfully, but these errors were encountered: