You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ MySure demonstrates the following:
63
63
4. Install React dependencies using the [npm](https://www.npmjs.com/) package manager: **npm install**
64
64
5. Update the **.env** file with the integration key and other settings.
65
65
> **Note:** Protect your integration key and client secret. You should make sure that the **.env** file will not be stored in your source code repository.
66
+
6. Navigate to [the admin demo Apps and Keys page](https://admindemo.docusign.com/authenticate?goTo=appsAndKeys), add the Redirect URI http://localhost:3000/callback and then hit save
66
67
67
68
> **Note:** You should add a dynamic content properties to your clickwrap by following this [instruction](https://developers.docusign.com/docs/click-api/click101/customize-clickwrap-fields/) before using it in the sample app.
68
69
@@ -73,6 +74,7 @@ MySure demonstrates the following:
73
74
3. Run the installation script: **`./install.sh`** (`./install.bat` for Windows)
74
75
4. Update the **.env** file with the integration key and other settings.
75
76
> **Note:** Protect your integration key and client secret. You should make sure that the **.env** file will not be stored in your source code repository.
77
+
5. Navigate to [the admin demo Apps and Keys page](https://admindemo.docusign.com/authenticate?goTo=appsAndKeys), add the Redirect URI http://localhost:3000/callback and then hit save
76
78
77
79
### Additional installation scripts
78
80
All installation scripts are located in the **scripts** folder.
0 commit comments