[PR #373] [MERGED] fix: description about OAuth #460

Closed
opened 2026-02-16 06:15:35 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/373
Author: @jingfelix
Created: 7/31/2025
Status: Merged
Merged: 8/2/2025
Merged by: @guchenhe

Base: tool-oauthHead: tool-oauth


📝 Commits (1)

  • 357f07d fix: description about OAuth

📊 Changes

1 file changed (+36 additions, -42 deletions)

View changed files

📝 en/plugins/quick-start/develop-plugins/tool-oauth.mdx (+36 -42)

📄 Description

  • Add an explanation about CONSOLE_WEB_URL and redirect_uri
  • Remove the _validate_credentials method from the example
  • Warn that client_secret must not be returned in ToolOAuthCredentials
  • Remove expires_in from the returned example
  • Add a description of self.runtime.credential_type
  • Add minimum SDK version and Dify version requirements

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs/pull/373 **Author:** [@jingfelix](https://github.com/jingfelix) **Created:** 7/31/2025 **Status:** ✅ Merged **Merged:** 8/2/2025 **Merged by:** [@guchenhe](https://github.com/guchenhe) **Base:** `tool-oauth` ← **Head:** `tool-oauth` --- ### 📝 Commits (1) - [`357f07d`](https://github.com/langgenius/dify-docs/commit/357f07d20d92b9ed68cec414d4ce8a7f03757586) fix: description about OAuth ### 📊 Changes **1 file changed** (+36 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `en/plugins/quick-start/develop-plugins/tool-oauth.mdx` (+36 -42) </details> ### 📄 Description - Add an explanation about CONSOLE_WEB_URL and redirect_uri - Remove the _validate_credentials method from the example - Warn that client_secret must not be returned in ToolOAuthCredentials - Remove expires_in from the returned example - Add a description of self.runtime.credential_type - Add minimum SDK version and Dify version requirements --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:15:35 -05:00
yindo closed this issue 2026-02-16 06:15:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#460