I'm writing a REST API in Symfony 3.1.1, and I have some problem with authentication. I'm using FOSOAuthServerBundle for this, and it's works fine. The problem is that the clients don't know client_id and client_secret, but his username and password...
I want to allow my clients to authenticante with the REST API with username and password, not client_id and client_secret.
Is it possible?
Thanks in advance. (Sorry for my English, I'm learning)