code-examples-node
code-examples-node copied to clipboard
Node.js code examples and launcher
I have create a basic repo to recreate and demonstrate the issue: https://github.com/fullStackRyan/next-docusign-example-problem Clone the repo. `npm install` `npm run dev` using POSTMAN do a POST to `http://localhost:3000/api/docusign` Next is...
Docusign now [supports PKCE](https://www.docusign.com/blog/developers/docusign-adds-support-pkce). As a demonstration of best practices, it would be great if this repo updated the client side [code grant flow](https://github.com/docusign/code-examples-node/blob/master/lib/DSAuthCodeGrant.js) to use PKCE instead of implicit...
How can I redirect my user to template creation page of the docusign web UI to create his template and then he'll redirect again to my app and can send...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
The response of the function **requestJWTUserToken** is not returning a **body** variable inside it, but rather the **data** variable. `data: { error: 'consent_required' }` This bug generates a 400 error...