Merge branch 'feat/plugin-oauth' into feat/tool-plugin-oauth

# Conflicts:
#	api/services/plugin/oauth_service.py
This commit is contained in:
Harry 2025-06-25 10:38:18 +08:00
commit 8bd05aee4b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class OAuthProxyService(BasePluginClient):
in a distributed cache (Redis) along with the user's session context.
The returned nonce should be included as the 'proxy_context' parameter in the
authorization URL. Upon callback, the `retrieve_proxy_context` method
authorization URL. Upon callback, the `use_proxy_context` method
is used to verify the state, ensuring the request's integrity and authenticity,
and mitigating replay attacks.
"""