mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
Documentation edits made through Mintlify web editor
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
---
|
||||
title: "Adding OAuth Support to Your Tool Plugin"
|
||||
title: "Add OAuth Support to Your Tool Plugin"
|
||||
---
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user