spacewander commented on code in PR #8206:
URL: https://github.com/apache/apisix/pull/8206#discussion_r1010168974
##########
apisix/plugins/jwt-auth.lua:
##########
@@ -357,8 +361,31 @@ local function algorithm_handler(consumer, method_only)
end
end
+local function set_our_cookie(name, val)
+ core.response.add_header("Set-Cookie", name .. "=" .. val)
Review Comment:
This function doesn't hide the cookie from the upstream, right?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]