shreemaan-abhishek commented on code in PR #12862:
URL: https://github.com/apache/apisix/pull/12862#discussion_r2663768999
##########
apisix/plugins/authz-casdoor.lua:
##########
@@ -144,20 +144,20 @@ function _M.access(conf, ctx)
local session_obj_write = session.new {
cookie = {lifetime = lifetime}
}
- session_obj_write:start()
- session_obj_write.data.access_token = access_token
+ session_obj_write:open()
Review Comment:
`:start` has been removed 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]