set jwt secret
This commit is contained in:
parent
858f7b03fc
commit
e564702430
@ -44,7 +44,7 @@ return [
|
|||||||
],
|
],
|
||||||
'jwt' => [
|
'jwt' => [
|
||||||
'class' => Jwt::class,
|
'class' => Jwt::class,
|
||||||
'key' => 'secret',
|
'key' => 'Ability is nothing without opportunity',
|
||||||
// You have to configure ValidationData informing all claims you want to validate the token.
|
// You have to configure ValidationData informing all claims you want to validate the token.
|
||||||
'jwtValidationData' => JwtValidationData::class,
|
'jwtValidationData' => JwtValidationData::class,
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user