Skip to content

Commit d26f2d7

Browse files
Update README.md
Signed-off-by: karissarjacobsen <[email protected]>
1 parent 490035e commit d26f2d7

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-php](./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/), [Maestro API](https://developers.docusign.com/docs/maestro-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

@@ -200,6 +208,23 @@ Apache will run.
200208
## JWT grant remote signing and Authorization Code Grant embedded signing projects
201209
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 and the Authorization Code Grant embedded signing project.
202210

211+
### Authorization Code Grant embedded signing example:
212+
Run in Git Bash:
213+
```
214+
$ cd <Quickstart folder>/Quick_ACG
215+
$ composer install
216+
$ php -S localhost:8080
217+
```
218+
219+
Open a browser to http://localhost:3000
220+
221+
### JWT grant remote signing example:
222+
Run in Git Bash:
223+
```
224+
$ cd <Quickstart folder>/JWT Console App
225+
$ composer install
226+
$ php JWTConsoleApp.php
227+
```
203228

204229
## Payments code example
205230

0 commit comments

Comments
 (0)