File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # react-oauth-docusign example code
1+ # code-examples-react
22
33## Installation
44* Install Node.js v12, yarn, and npm.
@@ -16,7 +16,7 @@ to the DocuSign Identity Provider (IdP) or if it should open a new tab for authe
1616
1717Decide what the application's URL is. For development, the default
1818application URL is
19- ` http://localhost:3000/react-oauth-docusign /build `
19+ ` http://localhost:3000/code-examples-react /build `
2020
2121### Redirect URIs
2222Add one or two Redirect URIs to the integration key:
Original file line number Diff line number Diff line change 11{
2- "name" : " react-oauth-docusign " ,
2+ "name" : " code-examples-react " ,
33 "version" : " 0.1.0" ,
44 "license" : " MIT" ,
55 "description" : " React code example with OAuth Implicit grant and DocuSign API." ,
66 "homepage_comment" : " <homepage> is used by the build process as the build target URL path" ,
7- "homepage" : " react-oauth-docusign /build" ,
7+ "homepage" : " code-examples-react /build" ,
88 "private" : true ,
99 "dependencies" : {
1010 "@testing-library/jest-dom" : " ^5.11.4" ,
You can’t perform that action at this time.
0 commit comments