Stefan Bodewig

Results 150 comments of Stefan Bodewig

making the set of authentication methods extensible is probably not difficult. We could add module level functions that modify `supported_token_auth_methods` and instead of storing `true` there we'd make the value...

I'm working on lua-resty-openidc during my spare time - as one of several open source projects I'm involved in. Don't worry, I don't feel pushed, am just trying to manage...

Thanks @chrisFrodo - as you've probably realized this is not the most active project right now. I'm sorry for that. I've got a few comments and questions, though. * `string_starts`...

I don't think there is. README.md contains most f not all of them.

No, the current `openidc.call_userinfo_endpoint` only supports an unsigned and unencrypted plain JSON response.

I'm not aware of anybody working on this enhancement request.

Can you say which version of lua-resty-openidc this is in order to better match the line numbers to code?

I just checked and both the luarocks and the opm version look as if they had not changed for more than two years. The line number is lua-resty-openidc importing lua-resty-jwt...

Well, then I'm out of ideas why loading the library may have tarted to fail. Sorry.

This really is an nginx question more than a lua-resty-openidc one. By "the app behind nginx" I assume you've got an application for which nginx acts as reverse proxy using...