@rpcbase/server 0.273.0 → 0.275.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.
package/package.json
CHANGED
|
@@ -62,9 +62,9 @@ setTimeout(async() => {
|
|
|
62
62
|
const session_config = {
|
|
63
63
|
store: new RedisStore({client: redis_client}),
|
|
64
64
|
proxy: true,
|
|
65
|
-
saveUninitialized:
|
|
65
|
+
saveUninitialized: true,
|
|
66
66
|
// WARNING DO NOT USE IN PROD
|
|
67
|
-
secret: "
|
|
67
|
+
secret: "NOT_A_SECRET_BECAUSE_THIS_MIDDLEWARE_IS_NOT_MEANT_TO_BE_USED_IN_PROD",
|
|
68
68
|
resave: false,
|
|
69
69
|
cookie: {
|
|
70
70
|
// TODO: set to secure in production
|