Skip to content

Commit 2845356

Browse files
kenjismichalsn
andauthored
docs: fix ambiguous descriptions
Co-authored-by: Michal Sniatala <michal@sniatala.pl>
1 parent 64b6f00 commit 2845356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/AuthJWT.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class AuthJWT extends BaseConfig
4949
[
5050
'kid' => '', // Key ID. Optional if you have only one key.
5151
'alg' => 'HS256', // algorithm.
52-
// Set secret random string. Needs more than 256 bits.
52+
// Set secret random string. Needs at least 256 bits for HS256 algorithm.
5353
// E.g., $ php -r 'echo base64_encode(random_bytes(32));'
5454
'secret' => '<Set secret random string>',
5555
],

0 commit comments

Comments
 (0)