Skip to content

Commit 2c62e6e

Browse files
committed
Add support for multiple keys as proposed in #544
1 parent 64de88d commit 2c62e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/config/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'dbAuth.returnedColumns' => 'id,username,password',
1010
'jwtAuth.mode' => 'optional',
1111
'jwtAuth.time' => '1538207605',
12-
'jwtAuth.secret' => 'axpIrCGNGqxzx2R9dtXLIPUSqPo778uhb8CA0F4Hx',
12+
'jwtAuth.secrets' => 'axpIrCGNGqxzx2R9dtXLIPUSqPo778uhb8CA0F4Hx',
1313
'basicAuth.mode' => 'optional',
1414
'basicAuth.passwordFile' => __DIR__ . DIRECTORY_SEPARATOR . '.htpasswd',
1515
'reconnect.databaseHandler' => function () {

0 commit comments

Comments
 (0)