PHP Oauth2 password grant with client credentials, Basic Authorization
I have a PHP Oauth2 server requiring for the password grant client_id, client_secret, username, password. It works fine if I send the request in POST as
I have a PHP Oauth2 server requiring for the password grant client_id, client_secret, username, password. It works fine if I send the request in POST as