Open souzajr opened 5 years ago
Same issue as #101.
It should be safe to use secureProxy
for now and ignore the deprecation warning. The option is still used by cookies:
if (opts && "secureProxy" in opts) {
deprecate('"secureProxy" option; use "secure" option, provide "secure" to constructor if needed')
cookie.secure = opts.secureProxy
}
Hello,
I'm getting this error message:
In my middleware, I'm using the session like this:
I'm using Cloudflare's SSL (flexible mode), so the "secure" option does not work for me. What should I do to get this message out? Thanks!