Open qwertukg opened 6 years ago
Hi! Good example! But when i try to get access token by cUrl:
-XPOST "web_app:@localhost:9999/oauth/token" -d "grant_type=password&username=reader&password=reader"
getting:
{ "error": "unauthorized", "error_description": "Full authentication is required to access this resource" }
Just clone repo
I would try this using the -u option of curl, like
-u
curl -u 'web_app:' ocalhost:9999/oauth/token -d "grant_type=password&username=reader&password=reader"
Hi! Good example! But when i try to get access token by cUrl:
getting:
Just clone repo