Skip to content

Commit 5e8f005

Browse files
authored
Updating the README.md with the new unified Launcher and additional links at the end. (#78)
1 parent be4be69 commit 5e8f005

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This client has the following external dependencies:
8080

8181
### Launchers
8282

83-
DocuSign provides a sample application referred to as a [Launcher](https://github.com/docusign/eg-03-python-auth-code-grant). The Launcher contains a set of 14 common use cases and associated source files. These examples use DocuSign's [Authorization Code Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant) flow.
83+
DocuSign provides a sample application code referred to as a [Launcher](https://github.com/docusign/code-examples-python). The Launcher contains a set of 31 common use cases and associated source files. These examples use either DocuSign's [Authorization Code Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant) or [JSON Web Tokens (JWT)](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-jsonwebtoken) flows.
8484

8585
## Proof-of-concept applications
8686

@@ -92,10 +92,6 @@ For details regarding which type of OAuth grant will work best for your DocuSign
9292

9393
For security purposes, DocuSign recommends using the [Authorization Code Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant) flow.
9494

95-
There are other use-case scenarios, such as **single-page applications** (SPA) that use **Cross-Origin Resource Sharing** (CORS), or where there may not be a user to interact with your Service Account. For these use cases, DocuSign also supports [JWT](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-jsonwebtoken) and [Implicit](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-implicit) grants. For code examples, see the links below:
96-
97-
- [JWT (JSON Web Token)](https://github.com/docusign/eg-01-python-jwt)
98-
- Implicit Grant (coming soon)
9995

10096
## Support
10197

@@ -112,3 +108,9 @@ The DocuSign Python Client is licensed under the [MIT License](https://github.co
112108
[downloads-url]: https://pypi.python.org/pypi/docusign_esign
113109
[travis-image]: https://img.shields.io/travis/docusign/docusign-python-client.svg?style=flat
114110
[travis-url]: https://travis-ci.org/docusign/docusign-python-client
111+
112+
### Additional Resources
113+
* [DocuSign Developer Center](https://developers.docusign.com)
114+
* [DocuSign API on Twitter](https://twitter.com/docusignapi)
115+
* [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)
116+
* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)

0 commit comments

Comments
 (0)