JWT introduce other algorithms

This commit is contained in:
2022-10-23 21:26:27 +02:00
parent 7a4222ac39
commit c277aababc
5 changed files with 85 additions and 21 deletions

View File

@@ -72,7 +72,7 @@ namespace Api\Mail {
"subject" => "Test E-Mail",
"body" => "Hey! If you receive this e-mail, your mail configuration seems to be working.",
"gpgFingerprint" => $this->getParam("gpgFingerprint"),
"asnyc" => false
"async" => false
));
$this->lastError = $req->getLastError();