@@ -29,6 +29,8 @@ class MainController extends PublicController
public function actionJwt()
{
+ echo "<pre>";
+ echo $_SERVER['HTTP_HOST'];print_r($_SERVER);die;
$time = time();
$signer = new Sha256();
$key = new Key('testing');