fix mobileapi login

This commit is contained in:
2022-02-15 22:49:47 +01:00
parent d6caffb11c
commit aec6913000
8 changed files with 219 additions and 54 deletions

View File

@@ -44,7 +44,7 @@ return [
],
'jwt' => [
'class' => Jwt::class,
'key' => 'secret',
'key' => 'dianaveronika',
// You have to configure ValidationData informing all claims you want to validate the token.
'jwtValidationData' => JwtValidationData::class,
],