add: expires token 12h
This commit is contained in:
@@ -3,7 +3,7 @@ const crypto = require('crypto');
|
||||
|
||||
const tokenSettings = {
|
||||
access: {
|
||||
expiresIn: '15m',
|
||||
expiresIn: '12h',
|
||||
type: 'access',
|
||||
secret: process.env.SECRET
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user