Client Credentials plus User Credentials
DreamAmbitious opened this issue · 1 comments
DreamAmbitious commented
Implementin oauth2 based on "http://bshaffer.github.io/oauth2-server-php-docs/cookbook/". The Test client passes the user credentials in order to get the access token. Is that not a major security hole?
curl -u testclient:testpass http://localhost/oauth/token -d 'grant_type=password&username=bshaffer&password=brent123'