Time maagement on token
This commit is contained in:
parent
a2f120aa73
commit
f9643dd9ff
4 changed files with 18 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
$App->deauthenticate();
|
||||
$App->show();
|
||||
|
||||
}else{
|
||||
}else if($App->checkToken()){
|
||||
switch($task)
|
||||
{
|
||||
case "identity":
|
||||
|
@ -54,6 +54,9 @@
|
|||
break;
|
||||
}
|
||||
|
||||
}else{
|
||||
$App->setOuptut("Error", "Token Invalide");
|
||||
$App->show();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue