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

# Conflicts:
#	api/services/plugin/oauth_service.py
pull/22036/head
Harry 7 months ago
commit 8bd05aee4b

@ -19,7 +19,7 @@ class OAuthProxyService(BasePluginClient):
in a distributed cache (Redis) along with the user's session context. 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 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, is used to verify the state, ensuring the request's integrity and authenticity,
and mitigating replay attacks. and mitigating replay attacks.
""" """

Loading…
Cancel
Save