Skip to content

Commit 68a5e64

Browse files
authored
updating README.md with unified launcher and links at the end (#144)
* updating README.md with unified launcher and links at the end * one more update
1 parent 130c9cc commit 68a5e64

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This client has the following external dependencies:
6161

6262
### Launchers
6363

64-
DocuSign provides a sample application referred to as a [Launcher](https://github.com/docusign/eg-03-java-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.
64+
DocuSign provides a sample application code referred to as a [Launcher](https://github.com/docusign/code-examples-java). 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.
6565

6666
### Proof-of-concept applications
6767

@@ -75,8 +75,8 @@ For security purposes, DocuSign recommends using the Authorization Code Grant fl
7575

7676
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:
7777

78-
- [JWT (JSON Web Token)](https://github.com/docusign/eg-01-java-jwt)
79-
- Implicit Grant (coming soon)
78+
- [JWT (JSON Web Token)](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-jsonwebtoken)
79+
- [Implicit Grant] (https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-implicit)
8080

8181
## Support
8282

@@ -91,3 +91,9 @@ The DocuSign Java Client is licensed under the [MIT License](https://github.com/
9191
[travis-url]: https://travis-ci.org/docusign/docusign-java-client
9292
[maven-image]: https://img.shields.io/maven-central/v/com.docusign/docusign-esign-java.svg?style=flat
9393
[maven-url]: https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.docusign%22
94+
95+
### Additional Resources
96+
* [DocuSign Developer Center](https://developers.docusign.com)
97+
* [DocuSign API on Twitter](https://twitter.com/docusignapi)
98+
* [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)
99+
* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)

0 commit comments

Comments
 (0)