Exemplo n.º 1
0
 /**
  * Remove the token (jti claim) from the blacklist.
  *
  * @param  \Tymon\JWTAuth\Payload  $payload
  * @return bool
  */
 public function remove(Payload $payload)
 {
     return $this->storage->destroy($payload['jti']);
 }