@@ -94,7 +94,7 @@ class Auth
return false;
}
$data = Token::get($token);
-
+ @file_put_contents('data.txt',json_encode($data));
if (!$data) {