logical-and / php-oauth

Support for authenticating users (without dep from any framework) using both OAuth1 and OAuth2 methods
https://packagist.org/packages/and/oauth
MIT License
43 stars 13 forks source link

No support for grant_type "password" #25

Open rtheunissen opened 9 years ago

rtheunissen commented 9 years ago

OAuth 2 also provides a "password" grant type which can be used to exchange a username and password for an access token directly. I noticed that php-oauth doesn't support that.

Could we push for this in 0.7?

logical-and commented 9 years ago

Yes, why not. Thank you for suggestion.