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 64b6f00 commit 2845356Copy full SHA for 2845356
src/Config/AuthJWT.php
@@ -49,7 +49,7 @@ class AuthJWT extends BaseConfig
49
[
50
'kid' => '', // Key ID. Optional if you have only one key.
51
'alg' => 'HS256', // algorithm.
52
- // Set secret random string. Needs more than 256 bits.
+ // Set secret random string. Needs at least 256 bits for HS256 algorithm.
53
// E.g., $ php -r 'echo base64_encode(random_bytes(32));'
54
'secret' => '<Set secret random string>',
55
],
0 commit comments