Commit Graph

334 Commits (99056462e37100f31fa7e950f96a46b190fa286b)

Author SHA1 Message Date
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
Brooke Bryan 85d88a449e Provide base methods for userUid, userEmail and userScreenName + Tests 2014-12-03 18:10:25 +00:00
Ben Ramsey a6eb0742ca Alphabetically sort provider names 2014-12-03 10:10:56 -06:00
Ben Ramsey 2809357cc0 Removing QQ and Weibo providers, as these link to a fork of
oauth2-client and not directly to individual provider packages
2014-12-03 10:09:28 -06:00
Ben Ramsey 48cd8272dc Updating Composer branch alias for master to 0.6.x-dev 2014-12-03 09:57:40 -06:00
Ben Ramsey 6629d50396 Merge pull request #167 from thephpleague/microsoft-oauth-endpoints
Updating authorize and token URLs for MSFT, according to #146
2014-12-03 09:38:13 -06:00
Ben Ramsey b835827bc1 Merge pull request #177 from rakeev/patch-1
Two more providers added to the README
2014-12-03 08:34:32 -06:00
Alexey 342ac76e99 Added yandex and mailru providers 2014-12-03 05:24:21 +04:00
Ben Ramsey c8ce5f357b Merge pull request #155 from jildertmiedema/teardown
Teardown
2014-12-02 07:51:49 -06:00
Ben Ramsey 76fa1614fd Merge pull request #171 from jildertmiedema/coverage
coverage of exception
2014-12-02 07:47:43 -06:00
Ben Ramsey 129f9c4a32 Merge pull request #173 from jildertmiedema/redirect-framework
Inserting a redirect callback
2014-12-02 07:47:07 -06:00
Jildert Miedema 55de45401e cs fix 2014-12-01 23:13:35 +01:00
Jildert Miedema e8573b1df4 inserting a redirect callback 2014-12-01 23:10:06 +01:00
Jildert Miedema 7f4f5a501d coverage of exception 2014-12-01 21:42:43 +01:00
Ben Ramsey 781be84aa4 Merge pull request #168 from jildertmiedema/coverage
testing protected setResultUid
2014-12-01 08:37:22 -06:00
Phil Sturgeon eb988024a0 Merge pull request #169 from rakeev/patch-1
Add odnoklassniki provider
2014-12-01 10:51:53 +00:00