If you take a look at the oauth utils you'll notice that the secure option for setting cookies is true.
Shouldn't this respond to the secure horizon option?
I'm developing an application over HTTP because it's a lot more convenient and the express server it's running from won't support HTTPS anyway (that's going to be nginx's job). Right now OAuth logins don't work at all because of this.
If you take a look at the oauth utils you'll notice that the secure option for setting cookies is
true.Shouldn't this respond to the
securehorizon option?I'm developing an application over HTTP because it's a lot more convenient and the express server it's running from won't support HTTPS anyway (that's going to be nginx's job). Right now OAuth logins don't work at all because of this.