We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cb611 commit 9027e70Copy full SHA for 9027e70
1 file changed
src/Server/Validators/BearerTokenValidator.php
@@ -72,6 +72,7 @@ public function setPublicKey(CryptKey $key): void
72
*/
73
protected function initJwtConfiguration(): void
74
{
75
+ /** @psalm-suppress ArgumentTypeCoercion */
76
$this->jwtConfiguration = Configuration::forSymmetricSigner(
77
$this->moduleConfig->getProtocolSigner(),
78
InMemory::plainText('empty', 'empty'),
0 commit comments