You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turning on revoke_tokens_on_logout produces the following warning in the logs.
_G write guard:12: __newindex(): writing a global lua variable ('err') which may lead to race conditions between concurrent requests, so prefer the use of 'local' variables
stack traceback:
/usr/local/share/lua/5.1/resty/openidc.lua:1171: in function 'openidc_revoke_token'
/usr/local/share/lua/5.1/resty/openidc.lua:1213: in function 'openidc_logout'
/usr/local/share/lua/5.1/resty/openidc.lua:1381: in function 'authenticate'
PR to follow
The text was updated successfully, but these errors were encountered:
arcivanov
added a commit
to arcivanov/lua-resty-openidc
that referenced
this issue
Mar 17, 2019
Turning on
revoke_tokens_on_logout
produces the following warning in the logs.PR to follow
The text was updated successfully, but these errors were encountered: