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