oauth2-server-php
oauth2-server-php copied to clipboard
unable to generate access token
curl -u testclient:testpass http://localhost/token.php -d 'grant_type=client_credentials' { "error": "invalid_request", "error_description": " grant type was not specified in the request" }
I've done post and options method both