@rpcbase/server 0.150.0 → 0.151.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -79,9 +79,11 @@ setTimeout(async() => {
79
79
  log("\n\n")
80
80
  log("SETTING COOKIE DOMAIN TO", APP_DOMAIN)
81
81
  log("SETTING secure", APP_DOMAIN)
82
+ log("TRUST PROXY TRUE")
82
83
  log("\n\n")
83
84
  session_config.cookie.domain = APP_DOMAIN
84
85
  session_config.cookie.secure = true
86
+ session_config.proxy = true
85
87
  }
86
88
 
87
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.150.0",
3
+ "version": "0.151.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "bin": {