- 19 Apr, 2016 2 commits
-
-
Woody Gilk authored
-
Woody Gilk authored
Add support for capturing access token values
-
- 18 Apr, 2016 1 commit
-
-
Woody Gilk authored
Vendors (such as Google) sometimes pass additional information with access token responses. Capturing these values allows package users to make use of them when appropriate. Refs thephpleague/oauth2-google#14
-
- 15 Apr, 2016 1 commit
-
-
Woody Gilk authored
Allow using a proxy for debugging.
-
- 14 Apr, 2016 1 commit
-
-
Eric Hogue authored
-
- 18 Mar, 2016 2 commits
-
-
Ben Ramsey authored
Add zendesk provider to readme
-
Steven Maguire authored
-
- 08 Mar, 2016 3 commits
-
-
Ben Ramsey authored
Add Betaseries provider
-
Ben Ramsey authored
Add Untappd provider
-
-
- 07 Mar, 2016 6 commits
-
-
florentsorel authored
-
Ben Ramsey authored
Add Drupal OAuth2-Server provider
-
Ben Ramsey authored
Update provider guide to refer to authentication traits
-
Ben Ramsey authored
Add MailChimp provider
-
Gareth Ellis authored
-
Christian Freear authored
-
- 05 Mar, 2016 1 commit
-
-
Chris Hemmings authored
-
- 04 Mar, 2016 2 commits
-
-
Ben Ramsey authored
Add documentation around authentication headers in custom provider class
-
Gareth Ellis authored
-
- 02 Mar, 2016 2 commits
-
-
Ben Ramsey authored
Update README.PROVIDERS.md
-
Gabriel Somoza authored
Add link to OAuth2 PSR7 Middleware library
-
- 24 Feb, 2016 2 commits
-
-
Ben Ramsey authored
Add Azure Active Directory provider
-
Jan Hajek authored
The provider is already listed on the official site (http://oauth2-client.thephpleague.com/providers/thirdparty/) just missing here.
-
- 18 Feb, 2016 2 commits
-
-
Ben Ramsey authored
Added the Ring Central provider
-
Todd Mannherz authored
-
- 13 Feb, 2016 5 commits
-
-
Ben Ramsey authored
-
Ben Ramsey authored
Add Fitbit provider to readme
-
Ben Ramsey authored
Enable dynamic parameters being passed into the authorization URL
-
Jan Hajek authored
-
Jan Hajek authored
As per - https://github.com/thephpleague/oauth2-client/pull/485 - adding tests to handle custom authorization URL parameters.
-
- 10 Feb, 2016 1 commit
-
-
Jan Hajek authored
When for example using Azure AD, you may need to pass additional parameters to the authorization URL - like `prompt`. This change enables passing custom parameters to the authorization URL as per each provider's needs. More options for Azure AD can be found [here](https://msdn.microsoft.com/en-us/library/azure/dn645542.aspx) For Google those are for example access_type or login hint - found [here](https://developers.google.com/youtube/v3/guides/auth/server-side-web-apps)
-
- 09 Feb, 2016 1 commit
-
-
Dan Chen authored
-
- 06 Feb, 2016 2 commits
-
-
Ben Ramsey authored
Add Eve Online provider
-
Oleg Krasavin authored
-
- 23 Jan, 2016 1 commit
-
-
Ben Ramsey authored
-
- 05 Jan, 2016 2 commits
-
-
Ben Ramsey authored
Fix resource_owner_id being put into the wrong array
-
Adam Lavin authored
-
- 30 Dec, 2015 2 commits
-
-
Ben Ramsey authored
Include resource owner id in access token json
-
Woody Gilk authored
Fixes #472
-
- 14 Dec, 2015 1 commit
-
-
Ben Ramsey authored
Add tests for array accessor trait, fixed one bug
-