Documentation edits made through Mintlify web editor

This commit is contained in:
Riskey
2025-09-09 09:54:56 +08:00
committed by GitHub
parent 343772062f
commit a3e93a407c

View File

@@ -1,10 +1,10 @@
---
title: "Adding OAuth Support to Your Tool Plugin"
title: "Add OAuth Support to Your Tool Plugin"
---
![b0e673ba3e339b31ac36dc3cd004df04787bcaa64bb6d2cac6feb7152b7b515f.png](/images/b0e673ba3e339b31ac36dc3cd004df04787bcaa64bb6d2cac6feb7152b7b515f.png)
This guide teaches you how to build [OAuth](https://oauth.net/2/) support into your tool plugin.
This guide teaches you how to build [OAuth](https://oauth.net/2/) support into your tool plugin.
OAuth is a better way to authorize tool plugins that need to access user data from third-party services, like Gmail or GitHub. Instead of requiring the user to manually enter API keys, OAuth lets the tool act on behalf of the user with their explicit consent.