Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.x] use Authorization header instead of using the access_token query parameter #430

Conversation

WessamSaeid
Copy link
Contributor

Github is deprecating using access_token as query parameter and they recommend sending OAuth tokens using the Authorization header.
as mentioned in this issue #427

see https://developer.github.com/v3/#oauth2-token-sent-in-a-header

@driesvints driesvints changed the title use Authorization header instead of using the access_token query parameter [4.x] use Authorization header instead of using the access_token query parameter Feb 4, 2020
@taylorotwell taylorotwell merged commit 588f11b into laravel:4.0 Feb 4, 2020
@robbieaverill
Copy link

Thanks all for the prompt action/merge/release 👍

fmendozaro added a commit to fmendozaro/socialite that referenced this pull request Feb 12, 2020
…ry parameter

Github is deprecating using access_token as query parameter and they recommend sending OAuth tokens using the Authorization header.

Based on this PR: laravel#430
fideloper added a commit to fideloper/socialite that referenced this pull request Feb 20, 2020
taylorotwell added a commit that referenced this pull request Feb 20, 2020
[3.x] Backport #430 - use authorization header for GitHub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants