UNPKG

create-react-ssr-layout

Version:

A useful tool to quickly build a starting express server that uses custom SSR with a custom jsx render engine

11 lines (9 loc) 156 B
const jwtConfig = { access: { expiresIn: `${1000 * 5}`, }, refresh: { expiresIn: `${1000 * 60 * 60 * 12}`, }, }; export default jwtConfig;