unw.react.framework.docusign
v0.1.4
Published
docusign wrapper library
Downloads
2
Readme
Node module for DocuSign Integration with ReactJs App. It uses DocuSign JWT grant auth flow , token generated from Rest API.
Steps to run React app http://localhost:5173/
- Install node JS latest version. used node V20.11.1 at the time of development.
- open the folder ..\UNW.React.Framework.DocuSign\ in command window of your choice or in VScode Terminal window
- Run command
npm i
to install all the dependencies mentioned in package.json - Run command
npm run build
to build the package. - Run command
npm link
to export this package and use it in another project. - open the React app folder in command window of your choice or in VScode Terminal window
- Run command
npm i
andnpm run build
to install dependencies and build the project respectively. - Run command
npm link DocusignPackage
to link and import DocusignPackage in ReactApp. - Run command
npm run dev
to run the app, it will be hosted with urlhttp://localhost:5173/
.
DocuSign Admin settings
- Go to
https://admindemo.docusign.com/
to view app created for this integration - use [email protected] account to login which is a system account.
- From Dashboard screen go to Apps and keys to view created Apps.
MyDemoApp
is the app used for this demo integration. Click Actions to view the settings. - Important articles to go through
https://developers.docusign.com/platform/auth/jwt/
https://developers.docusign.com/platform/auth/jwt/jwt-best-practice/
https://developers.docusign.com/sample-apps