Skip to content

Commit 9e4756f

Browse files
2 parents 30718b9 + f974e0f commit 9e4756f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
>
77
### GitHub repo: [code-examples-python](./README.md)
88

9+
If you downloaded this project using the [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/) tool, it may be configured in one of three ways:
10+
11+
* **[JWT Grant remote signing example](#jwt-grant-remote-signing-example)**–demonstrates how to implement JSON Web Token authentication. It includes a single remote signing workflow.
12+
* **[Authorization Code Grant embedded signing example](#authorization-code-grant-embedded-signing-example)**–demonstrates how to implement Authorization Code Grant authentication. It includes a single embedded signing workflow.
13+
* **[Multiple code examples, Authorization Code Grant and JWT Grant](#installation-steps)**–includes the full range of examples and authentication types.
14+
15+
***Installation and running instructions vary depending on the configuration. Follow the link that matches your project type to get started.***
16+
917
This GitHub repo includes code examples for the [Web Forms API](https://developers.docusign.com/docs/web-forms-api/), [Docusign Admin API](https://developers.docusign.com/docs/admin-api/), [Click API](https://developers.docusign.com/docs/click-api/), [eSignature REST API](https://developers.docusign.com/docs/esign-rest-api/), [Monitor API](https://developers.docusign.com/docs/monitor-api/), and [Rooms API](https://developers.docusign.com/docs/rooms-api/).
1018

1119

@@ -149,6 +157,23 @@ Also, in order to select JSON Web Token authentication in the launcher, in app/d
149157

150158
See [Docusign Quickstart overview](https://developers.docusign.com/docs/esign-rest-api/quickstart/overview/) on the Docusign Developer Center for more information on how to run the JWT grant remote signing project and the Authorization Code Grant embedded signing project.
151159

160+
### Authorization Code Grant embedded signing example:
161+
Run in Git Bash:
162+
```
163+
$ cd <Quickstart folder>
164+
$ pip install -r requirements.txt
165+
$ python3 -m app.quick_acg.run
166+
```
167+
168+
Open a browser to http://localhost:3000
169+
170+
### JWT grant remote signing example:
171+
Run in Windows Command Prompt (CMD):
172+
```
173+
$ cd <Quickstart folder>
174+
$ python3 jwt_console.py
175+
```
176+
152177
### Installation steps for JWT grant remote signing example
153178

154179
Follow the instructions below if you downloaded the JWT grant remote signing example.

0 commit comments

Comments
 (0)