我想把LexikJWTAuthenticationBundle of symfony和fosUserBundle集成在一起,我遵循了的指令,但是我总是收到401个错误的凭证。# Put parameters here that don't need to change on each machine where the app is deployed default_locale: '%local
我正在尝试使用LexikJWTAuthenticationBundle创建JWT身份验证。在http://127.0.0.1:8000/api/和http://127.0.0.1:8000/api/login_check?}api_login_check:The lexik_jwt_authentication.yaml
le
我在DoctrineMongoDBBundle和LexikJWTAuthenticationBundle上使用symfony 3.4。我正在尝试创建一个返回JWT令牌的用户登录。如果我在in_memory提供程序下指定用户名和密码,它将返回令牌,但如果我使用实体提供程序,它将返回{“代码”:401,“消息”:“错误凭据”}。这是我的security.yml# To get started with security, check out the documentation:
# https://symfon