Symfony 4 Restful API login with JWT and facebook
I have a question regarding authentication with JWT and Facebook for a restful API app. I am using Symfony 4 and for authentication "lexik/jwt-authentication-bundle": "^2.6", to generate jwt tokens based on username and password. Here is my configuration security.yaml: security:…