Commit Graph

349 Commits (master)

Author SHA1 Message Date
Ben Ramsey 362b2f9cab Merge pull request #207 from AnduAanei/Google_access_type
Add support for specifying the access_type parameter for Google OAuth
2015-02-03 09:35:01 -06:00
Ben Ramsey 428a28efb1 Merge pull request #217 from tpavlek/add-twitch-client
Changes to additional providers
2015-02-03 09:27:33 -06:00
Troy Pavlek b1e2858ff9 Changes to additional providers
Added Twitch to the additional providers, and alphabetized the list for more grokkability.
2015-02-02 13:45:18 -07:00
Ben Ramsey 5e2d5065d9 Merge pull request #201 from CloudManaged/master
Add FreeAgent Third Party Provider to the documentation
2015-01-30 08:36:24 -06:00
Jason Varga 993add9398 Some tests 2015-01-29 10:05:23 -05:00
Jason Varga 823774bf6e Dropbox provider 2015-01-29 09:08:48 -05:00
Jason Varga c918e21cdb Allow approval_prompt to be set through options 2015-01-29 09:07:56 -05:00
Phil Sturgeon 0a59751e76 Merge pull request #211 from SammyK/kill-tabs
Update array syntax and spacing in README
2015-01-28 11:43:13 -05:00
SammyK c491b47fc2 Update array syntax and spacing in README 2015-01-26 12:30:42 -06:00
SammyK ebcb1b9abd Upgrade Facebook provider to Graph v2.2 2015-01-26 12:22:17 -06:00
Ben Ramsey d28e0489de Merge pull request #208 from rakeev/patch-1
Remove outdated eventbrite snippet
2015-01-26 09:42:23 -06:00
Phil Sturgeon af37027f8e Merge pull request #209 from rchavik/github-fix
Fix regression for Github provider
2015-01-26 10:21:55 -05:00
Rachman Chavik ffef5ea630 Fix regression for Github provider
Closes #197
Ref: https://github.com/thephpleague/oauth2-client/issues/197#issuecomment-69527969
2015-01-26 22:11:43 +07:00
Alexey 041ef04e78 Remove outdated eventbrite snippet 2015-01-26 16:17:12 +04:00
Andu 3afc1f9a05 Add docblock for the access_type variable in the Google provider 2015-01-20 14:11:23 +00:00
Andu 3af0792195 Update Google provider tests 2015-01-20 12:35:46 +00:00
Andu 6e6f1d46db Add access_type parameter for Google authorization url 2015-01-20 12:31:49 +00:00
Geoff Lancaster a91f3788cb update idpexception to account for empty strings
Some providers (ex. Google) specify an error response object which is an empty string in cases where a 403/401 are returned. This will force the exception to check that the value isset and it is not an empty string which will help prevent the Unknown error case from occurring.
2015-01-16 15:19:14 -06:00
Israel Sotomayor 4ad71baa74 Revert "Add token as param to the fetchProviderData method"
This reverts commit ff344b207c.
2015-01-09 17:58:17 +00:00
Israel Sotomayor c0d5151dea Link FreeAgent provider to the documentation 2015-01-09 14:40:49 +00:00
Israel Sotomayor ff344b207c Add token as param to the fetchProviderData method
- This will allow us to override this implementation and implement for example a Authorization Bearer strategy
2015-01-09 13:37:08 +00:00
Ben Ramsey ae0183803e Merge pull request #198 from re-24/develop
Fix UserTest.php namespace
2015-01-08 08:43:44 -06:00
hiroshi honma 707917df01 Fix UserTest.php namespace 2015-01-08 20:17:22 +09:00
Ben Ramsey 0a8e12a4f8 Merge pull request #194 from robstrong/hotfix_googleId
User id being set for Google API
2015-01-06 09:58:40 -06:00
Ben Ramsey a4c1c5b0db Merge pull request #196 from JC5/master
Updated README.md to include Google Nest provider
2015-01-06 09:55:21 -06:00
James Cole c2b5b28ed6 Updated README.md to include Google Nest provider 2015-01-06 15:16:03 +01:00
Rob Strong 3f442b1b74 id was not being returned by Google 2014-12-30 17:24:54 -05:00
Ben Ramsey 1d790ed19d Updating Composer branch alias for master to 0.7.x-dev 2014-12-29 06:01:20 -05:00
Ben Ramsey 374c3d41db Merge pull request #189 from jeremykendall/fix/github-get-user-email
Adds methods to allow fetching user email addresses from Github
2014-12-29 05:48:13 -05:00
jeremykendall 63d4bc6d94 Adds emails endpoint to GithubTest::testGithubEnterpriseDomainUrls 2014-12-29 04:19:32 -06:00
jeremykendall 831f329e1c Updates urlEmailEquals for use with Github Enterprise
See #188.
2014-12-29 04:18:33 -06:00
jeremykendall f3d6724d6c Updates string comparison to use identical operator 2014-12-29 04:18:12 -06:00
jeremykendall 8c0ae57065 Adds methods that fetch a Github user's email addresses. 2014-12-29 04:10:56 -06:00
jeremykendall 0d25e02de7 Adds AbstractProvider::fetchProviderData().
New protected method is responsible for making the request to a
provided URL, allowing for multiple API endpoints to be used within the same
provider.

AbstractProvider::fetchUserDetails() remains, but now only builds the
user details URL and passes it to AbstractProvider::fetchProviderData().
2014-12-29 04:08:16 -06:00
Ben Ramsey a3fd10e9cf Merge pull request #187 from geofflancaster/master
update google scopes and endpoint to remove deprecated values
2014-12-29 05:01:03 -05:00
Ben Ramsey ce7ea3ddfc Merge pull request #192 from deminoth/master
Added Naver as Third-Party Provider
2014-12-29 04:58:59 -05:00
Ben Ramsey 69cd359e0f Merge pull request #188 from svera/github-enterprise-support
Added support for Github Enterprise
2014-12-29 04:56:10 -05:00
SangYeob Bono Yu 91ec971a73 Added Naver as Third-Party Provider 2014-12-29 15:07:37 +09:00
Sergio Vera 3df7382ee1 Added tests 2014-12-23 17:25:56 +01:00
Sergio Vera 65810afe06 Added support for Github Enterprise 2014-12-23 16:16:50 +01:00
Geoff Lancaster 5952f5d8f5 updated spaces 2014-12-21 23:02:09 -06:00
Geoff 04d64d76b5 fixed long lines 2014-12-17 21:27:33 -06:00
Geoff 188be5bddd update google scopes and endpoint to remove deprecated values 2014-12-17 21:15:34 -06:00
Ben Ramsey bebb96fb7c Merge pull request #184 from rakeev/csrf
Added basic state check to workflow example
2014-12-15 17:35:24 -06:00
Ben Ramsey e5efa75cff Merge pull request #163 from bajb/master
Improvements to AbstractProvider
2014-12-15 14:17:27 -06:00
Brooke Bryan bc3845d9e5 Code style improvements 2014-12-15 18:17:29 +00:00
Ben Ramsey deb6d7a306 Merge pull request #181 from j4k/master
adding link to external vkontakte package
2014-12-15 12:02:50 -06:00
Ben Ramsey 6684093ae0 Updating PHP Code Sniffer and fixing some CS violations 2014-12-15 11:57:30 -06:00
Alexey Rakeev 3adeae0dd6 Added basic state check to workflow example 2014-12-11 16:03:56 +04:00
Jack Wall 28d6c4ed2b adding link to external vkontakte package 2014-12-08 16:53:39 +00:00