You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Optionally, you can add this command to your system profile, which will run the command each time Python is launched.
43
43
@@ -80,7 +80,7 @@ This client has the following external dependencies:
80
80
81
81
### Launchers
82
82
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.
84
84
85
85
## Proof-of-concept applications
86
86
@@ -92,10 +92,6 @@ For details regarding which type of OAuth grant will work best for your DocuSign
92
92
93
93
For security purposes, DocuSign recommends using the [Authorization Code Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant) flow.
94
94
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)
99
95
100
96
## Support
101
97
@@ -112,3 +108,9 @@ The DocuSign Python Client is licensed under the [MIT License](https://github.co
0 commit comments