Я попытался настроить аутентификацию при входе в систему с помощью LexikJWTAuthentication, я уже сгенерировал необходимые ключи
![enter image description here](https://i.stack.imgur.com/9iGIr.png)
Вот как это называется
config / packages / lexik_jwt_authentication.yaml
lexik_jwt_authentication:
secret_key:'%kernel.project_dir%/config/jwt/private.pem' # required for token creation
public_key:'%kernel.project_dir%/config/jwt/public.pem' # required for token verification
pass_phrase:'mafdhklkjkn234kas' # required for token creation, usage of an environment variable is recommended
token_ttl: 3600
Здесь возвращается, когда я пытаюсь войти, я использовал почтальон
![enter image description here](https://i.stack.imgur.com/hvxpG.png)
Вот переменная var_dump в vendor / lexik / jwt-authentication-bundle / DependencyInjection / LexikJWTAuthenticationExtension. php
![enter image description here](https://i.stack.imgur.com/M5BIz.png)
связок. php ![enter image description here](https://i.stack.imgur.com/ceBUn.png)