eriksunsol

Results 4 issues of eriksunsol

See also #190 which I think ultimately may have the same root cause. `lua-resty-openidc` seems to assume that the locking mechanism in `lua-resty-session` keeps information stored in the session consistent...

Session strategy to support revocation of sessions for front-channel and back-channel logout scenarios. This strategy adds the ability to revoke logged in sessions. It will wrap another existing strategy just...

This is a continuation of dicussion here: https://github.com/Palindrom/JSONPatcherProxy/pull/45#discussion_r311897775 ### Steps to reproduce See failing test here: 7cf32fd09593fef2751abc51114267e4a14f3897 The test extends an array with 5 elements to 9 elements with `undefined`...

I created `CatchParser` originally because I wanted to bail out from a delegate/lambda used with `.Select()` and be able to report sensible errors. I then found it to be a...