php-oauth
php-oauth copied to clipboard
Support for authenticating users (without dep from any framework) using both OAuth1 and OAuth2 methods
Hello! First of all, your package is awesome! I love it :) For my own site, I created a small package that allows me to do something as simple as:...
You are currently forced to provide an array for the `body` parameter of [AbstractService::httpRequest](https://github.com/logical-and/php-oauth/blob/master/src/OAuth2/Service/AbstractService.php#L137), but it's often a requirement to send a string rather than form data. Buzz/Browser allows for...
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....
This pull request aims to resolve #21 by allowing string data to be used in the request body as an alternative to array and form data.
Replace by `doctrine/cache` providers: - File - Redis Add providers (like wrappers) based on doctrine providers, what creates `doctrine/cache` objects and configure them: - CouchBase - Memcache - MongoDB -...