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 75b3220 commit fe8035eCopy full SHA for fe8035e
tests/Config/api.php
@@ -49,11 +49,11 @@
49
'Jwt' => [
50
'AccessToken' => [
51
'lifetime' => 600,
52
- 'secret' => 'secret',
+ 'secret' => 'this is a long secret, that must be longer than 512 bits if not an exception will be thrown',
53
],
54
'RefreshToken' => [
55
'lifetime' => 14 * 86400,
56
57
58
59
0 commit comments