basic() public method

Attempt to authenticate using HTTP Basic Auth.
public basic ( ) : mixed
return mixed
Esempio n. 1
0
 /**
  * Attempt to authenticate using HTTP Basic Auth.
  *
  * @return mixed
  */
 public function basic()
 {
     return $this->sentinel->basic();
 }
Esempio n. 2
0
 /**
  * Attempt to authenticate using HTTP Basic Auth.
  *
  * @return mixed 
  * @static 
  */
 public static function basic()
 {
     return \Cartalyst\Sentinel\Sentinel::basic();
 }