change token expire time
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const StoreObj = (() => {
|
||||
|
||||
let memStore = {};
|
||||
let maxAge = 3600000;
|
||||
let maxAge = 86400000;
|
||||
|
||||
/**
|
||||
* @param {string} uuid
|
||||
|
||||
Reference in New Issue
Block a user