Skip to content

Commit

Permalink
Update blog/2023-08-04-oauth-plugin/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Kelley <[email protected]>
  • Loading branch information
Matt Kafonek and rgbkrk authored Aug 3, 2023
1 parent 2006f25 commit a345673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2023-08-04-oauth-plugin/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ When you are developing a plugin in localhost mode, the only authorization type

## OAuth apps

OAuth and JWT's are not unique to ChatGPT plugins. A typical front-end / back-end web application would use an OAuth flow very similar to the ChatGPT plugin experience. On the backend, you can validate that the JWT's you're receiving were issued by the OAuth provider you trust by using JSON Web Keys (JWK). At Noteable we use the [jwcrypto](https://jwcrypto.readthedocs.io/en/latest/) Python library.
OAuth and JWT's are not unique to ChatGPT plugins. A typical front-end / back-end web application would use an OAuth flow very similar to the ChatGPT plugin experience. On the backend, you can validate that the JWT's you're receiving were issued by the OAuth provider you trust by using JSON Web Keys (JWK). At Noteable we use the [`jwcrypto`](https://jwcrypto.readthedocs.io/en/latest/) Python library.

![OAuth app](./oauth_app.svg)

Expand Down

0 comments on commit a345673

Please sign in to comment.