Skip to content

Commit 41e1234

Browse files
committed
Readme
1 parent b791e11 commit 41e1234

3 files changed

Lines changed: 13 additions & 27426 deletions

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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
2739
Copy the file `public/config_example.js` to `public/config.js` and fill in the settings.
2840

0 commit comments

Comments
 (0)