We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6866f4a commit f1d385bCopy full SHA for f1d385b
1 file changed
config/config.php
@@ -1,15 +1,15 @@
1
<?php
2
3
return [
4
- 'sso' => true,
5
- 'ssoCacheKey' => 'jwt-auth-user',
6
- 'ssoKey' => 'uid',
7
- 'signerKey' => '',
8
- 'notBefore' => 0,
9
- 'expiresAt' => 3600,
10
- 'signer' => 'Lcobucci\JWT\Signer\Hmac\Sha256',
11
- 'injectUser' => false,
12
- 'userModel' => '',
13
- 'hasLogged' => 50401,
14
- 'tokenAlready' => 50402
+ 'sso' => true,
+ 'ssoCacheKey' => 'jwt-auth-user',
+ 'ssoKey' => 'uid',
+ 'signerKey' => '',
+ 'notBefore' => 0,
+ 'expiresAt' => 3600,
+ 'signer' => 'Lcobucci\JWT\Signer\Hmac\Sha256',
+ 'injectUser' => false,
+ 'userModel' => '',
+ 'hasLogged' => 50401,
+ 'tokenAlready' => 50402,
15
];
0 commit comments