Aapo Talvensaari

Results 278 comments of Aapo Talvensaari

@Chinnuganga, I have no idea of what you are asking.

The lua-resty-openidc should pin the dependency to 3.x or update to 4.x.

The 4.0.0 has `store_metadata` option. Next we need to start using this data.

``` local session, err = require "resty.session".start{...} print(err) ```

You should be able to open the session again, but you need to use similar configuration (as the library). You can always setup another session too (change the name to...

@rlieberman2, You mean if a single user is using multiple devices, or multiple processes or different browsers, you want the library to limit how many the user can open? What...

@amlwwalker, that feels like a good idea for addition. Let me think about it. Thank you!

Good catch! Thanks!

@lordnynex I submitted one patch, is this: https://github.com/bungle/lua-resty-reqargs/commit/b023f4c7cc83ba699b3c6c8924943144cbffc4dd what you were looking at?

What comes to this: http://nginx.org/en/docs/http/ngx_http_core_module.html#var_content_type aka `$content_type` being always `nil`. That seems strange if you do pass the `Content-Type` header.