File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# react-oauth-docusign example code
22
33## Installation
4+ * Install Node.js v12, yarn, and npm.
45* Clone, fork, or download as a zip file.
5- * Enter the directory and type ` yarn install `
6+ * Enter the app's directory and type ` yarn install ` .
67* After configuration (see below), type ` yarn start ` to start the
78 app in development mode.
89
@@ -23,6 +24,17 @@ Add one or two Redirect URIs to the integration key:
2324* For opening a new tab to the IdP, add a Redirect URI that is the application's URL with
2425 ` /oauthResponse.html ` appended.
2526
27+ ### Private CORS proxies
28+ Create one or more private CORS proxies. See the
29+ [ blog post] ( https://www.docusign.com/blog/dsdev-building-single-page-applications-with-docusign-and-cors-part-2 ) .
30+ For nginx, see the [ CORS proxy configuration file] ( https://github.com/docusign/blog-create-a-CORS-gateway/blob/master/nginx_site_file ) .
31+
32+ You will add the proxy address to the config.js file (see below).
33+
34+ Ask your DocuSign support contact to add your company
35+ name to PORTFOLIO-1100. This will help raise the prioritization
36+ of adding CORS to the eSignature API.
37+
2638### Configuration file
2739Copy the file ` public/config_example.js ` to ` public/config.js ` and fill in the settings.
2840
You can’t perform that action at this time.
0 commit comments