UNPKG

linagora-rse

Version:
11 lines (8 loc) 175 B
'use strict'; const randomstring = require('randomstring'); module.exports = function() { return { remember: 2592000000, secret: randomstring.generate(40) }; };