pull/22748/merge
NeatGuyCoding 7 months ago committed by GitHub
commit 52f31e5684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -712,6 +712,7 @@ class ToolPluginOAuthApi(Resource):
context_id,
httponly=True,
samesite="Lax",
secure=dify_config.DEPLOY_ENV != "development",
max_age=OAuthProxyService.__MAX_AGE__,
)
return response

Loading…
Cancel
Save