UNPKG

get-express-starter

Version:

Get production ready express boilerplate with a single command

11 lines (9 loc) 169 B
const tokenTypes = { ACCESS: 'access', REFRESH: 'refresh', RESET_PASSWORD: 'resetPassword', VERIFY_EMAIL: 'verifyEmail', }; module.exports = { tokenTypes, };