|
|
@ -12,8 +12,8 @@ class Auth {
|
|
|
|
this.root = root;
|
|
|
|
this.root = root;
|
|
|
|
this.login.token = root.getSession(KEY_LOGIN_TOKEN);
|
|
|
|
this.login.token = root.getSession(KEY_LOGIN_TOKEN);
|
|
|
|
setInterval(() => {
|
|
|
|
setInterval(() => {
|
|
|
|
console.info('Auth.check.token.');
|
|
|
|
// console.info('Auth.check.token.');
|
|
|
|
}, 1000);
|
|
|
|
}, 10000);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
valdateUserPassword(usr, pwd) {
|
|
|
|
valdateUserPassword(usr, pwd) {
|
|
|
|