Ivan Rene Rodriguez Escorcia
Ivan Rene Rodriguez Escorcia
+1, So much to improve. so much to be done, they seems not actively working on this.
@ivan-dinkov any update?
@InbarGazit hey `generateAccessToken` is not longer working in that version.
@fabiolnm did you try with RC version https://www.npmjs.com/package/docusign-esign/v/6.6.0-rc2? Auth stop working for me
@sonawane-sanket when trying to generate token with `generateAccessToken` using the client it just don't work, throws an empty error (see screenshot). With previous version it works as usual, anything changed...
@sonawane-sanket Please check https://github.com/docusign/docusign-esign-node-client/pull/352#pullrequestreview-2077517229 comment, `generateAccessToken` keeps broken
@sonawane-sanket Please check https://github.com/docusign/docusign-esign-node-client/pull/352#pullrequestreview-2077517229 comment, `generateAccessToken` keeps broken
@sonawane-sanket will create a POC today.
@nikodunk also this main issue topic here ?
@nikodunk I found the issue niko, If you use `addDefaultHeader` ```ts const apiClient = new ApiClient(); apiClient.addDefaultHeader('Authorization', `Bearer ${tokensParsed.accessToken}`); ``` You are writing defaultHeaders in a global scope inside the...