Beispiel #1
0
 public static function isAuthorized()
 {
     return Cookie::isItemSet(self::$tokenName);
 }