We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426040e commit bec2d33Copy full SHA for bec2d33
src/AuthorizationValidators/BearerTokenValidator.php
@@ -79,7 +79,7 @@ private function initJwtConfiguration()
79
: new ValidAt(new SystemClock(new DateTimeZone(\date_default_timezone_get()))),
80
new SignedWith(
81
new Sha256(),
82
- InMemory::plainText($this->publicKey->getKeyContents(), $this->publicKey->getPassPhrase() ?? ''),
+ InMemory::plainText($this->publicKey->getKeyContents(), $this->publicKey->getPassPhrase() ?? '')
83
)
84
);
85
}
0 commit comments