shreemaan-abhishek commented on code in PR #12862:
URL: https://github.com/apache/apisix/pull/12862#discussion_r2663760576


##########
apisix/plugins/authz-casdoor.lua:
##########
@@ -93,7 +93,7 @@ end
 
 function _M.access(conf, ctx)
     local current_uri = ctx.var.uri
-    local session_obj_read, session_present = session.open()
+    local session_obj, sess_err, session_present = session.open()

Review Comment:
   the response format has changed in the new version



-- 
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]

Reply via email to