UNPKG

@tree-house/authentication

Version:
12 lines (11 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_SESSION_CONFIG = void 0; exports.DEFAULT_SESSION_CONFIG = { secret: 'mySuperSecretSecret', resave: false, saveUninitialized: true, cookie: { secure: true, }, };