oauth2-server-php icon indicating copy to clipboard operation
oauth2-server-php copied to clipboard

unable to generate access token

Open VivekLumbhani opened this issue 3 years ago • 0 comments

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

VivekLumbhani avatar Nov 18 '22 10:11 VivekLumbhani