set jwt secret

This commit is contained in:
Roland Schneider 2021-09-28 18:40:55 +02:00
parent 858f7b03fc
commit e564702430

View File

@ -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,
], ],