Skip to content

Commit e3a6091

Browse files
committed
cleanup points
1 parent 73a1dd0 commit e3a6091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Utils/Jwks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private function createKey(string $certificate, $subject) : array
4747
JwkParameter::KEY_TYPE => 'RSA',
4848
RsaParameter::PUBLIC_EXPONENT => 'AQAB', // Hard-coded as `Base64Url::encode($keyInfo['rsa']['e'])` tends to be empty...
4949
RsaParameter::PUBLIC_MODULUS => Base64Url::encode($subject),
50-
JwkParameter::KEY_OPERATIONS => array("verify")
50+
JwkParameter::KEY_OPERATIONS => array("verify"),
5151
];
5252
}
5353

0 commit comments

Comments
 (0)