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
Since the default export of oauth has been removed, all the parameters must be passed to clientCredentials. But if client_id or client_secret is undefined, it is passed as a stringified "undefined" in the request, which fails it.
Undefined params should be stripped before sending the request.
The text was updated successfully, but these errors were encountered:
orgads
added a commit
to audiocodes/axios-oauth-client
that referenced
this issue
Nov 10, 2024
Since the default export of
oauth
has been removed, all the parameters must be passed toclientCredentials
. But ifclient_id
orclient_secret
is undefined, it is passed as a stringified "undefined" in the request, which fails it.Undefined params should be stripped before sending the request.
The text was updated successfully, but these errors were encountered: