From a3e93a407c14908327afd7a00e95ef63750468a5 Mon Sep 17 00:00:00 2001 From: Riskey <36894937+RiskeyL@users.noreply.github.com> Date: Tue, 9 Sep 2025 09:54:56 +0800 Subject: [PATCH] Documentation edits made through Mintlify web editor --- en/plugins/quick-start/develop-plugins/tool-oauth.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/plugins/quick-start/develop-plugins/tool-oauth.mdx b/en/plugins/quick-start/develop-plugins/tool-oauth.mdx index 76135b53..4f8ef8ee 100644 --- a/en/plugins/quick-start/develop-plugins/tool-oauth.mdx +++ b/en/plugins/quick-start/develop-plugins/tool-oauth.mdx @@ -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.