Exemplo n.º 1
0
 /**
  * Determine whether the token has been blacklisted.
  *
  * @param  \Tymon\JWTAuth\Payload  $payload
  * @return bool
  */
 public function has(Payload $payload)
 {
     return $this->storage->has($payload['jti']);
 }