Skip to content

Commit

Permalink
Point at Google-specific OAuth2 lib since that's the only provider su…
Browse files Browse the repository at this point in the history
…pported in 5.2.x
  • Loading branch information
Synchro committed Jan 7, 2016
1 parent 9211ba6 commit df2a2df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"phpunit/phpunit": "4.7.*" "phpunit/phpunit": "4.7.*"
}, },
"suggest": { "suggest": {
"league/oauth2-client": "Needed for XOAUTH2 authentication" "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [
Expand Down
5 changes: 0 additions & 5 deletions get_oauth_token.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
* This script requires PHP 5.4 or later * This script requires PHP 5.4 or later
* PHP Version 5.4 * PHP Version 5.4
*/ */
/**
* Added a new class for getting the Refresh Token with right scopes
* as the OAuth-Client for Google from GitHub didnot provide setting the
* scope out of the box
*/


namespace League\OAuth2\Client\Provider; namespace League\OAuth2\Client\Provider;


Expand Down

0 comments on commit df2a2df

Please sign in to comment.