Skip to content

Commit 2a99632

Browse files
authored
updating README.md with the new unified launcher information and additional links at the end (#53)
1 parent 483b2b5 commit 2a99632

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

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

4646
### Launchers
4747

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

5050
### Proof-of-concept applications
5151

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

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

60-
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:
61-
62-
- [JWT (JSON Web Token)](https://github.com/docusign/eg-03-ruby-auth-code-grant)
63-
- Implicit Grant (coming soon)
6460

6561
## Support
6662

@@ -76,3 +72,10 @@ The DocuSign Ruby Client is licensed under the [MIT License](https://github.com/
7672
[downloads-url]: https://rubygems.org/gems/docusign_esign
7773
[travis-image]: https://img.shields.io/travis/docusign/docusign-ruby-client.svg?style=flat
7874
[travis-url]: https://travis-ci.org/docusign/docusign-ruby-client
75+
76+
### Additional Resources
77+
* [DocuSign Developer Center](https://developers.docusign.com)
78+
* [DocuSign API on Twitter](https://twitter.com/docusignapi)
79+
* [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)
80+
* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)
81+

0 commit comments

Comments
 (0)