mirror of https://github.com/langgenius/dify.git
Merge branch 'feat/plugin-oauth' into feat/tool-plugin-oauth
# Conflicts: # api/services/plugin/oauth_service.py
This commit is contained in:
commit
8bd05aee4b
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue