Exemple #1
0
 public function __construct($algorithm = 'HS256')
 {
     $this->headers = ['typ' => 'JWT', 'alg' => $algorithm];
     JWT::$algorithm = $algorithm;
 }