8000 github: Use Authorization header for authentication by mrkschan · Pull Request #314 · markbates/goth · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

github: Use Authorization header for authentication #314

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

Merged
merged 1 commit into from
Feb 24, 2020

Conversation

mrkschan
Copy link
Contributor
@mrkschan mrkschan commented Feb 5, 2020

meling added a commit to quickfeed/quickfeed that referenced this pull request Feb 5, 2020
This commit is to try out the fork by mrkschan
markbates/goth#314

To see if it solves the depracation issue related to:
Please use the Authorization HTTP header instead as using the `access_token` query parameter is deprecated.

Command used to install replace directive:
go mod edit -replace=github.com/markbates/goth@master=github.com/mrkschan/goth@master

Once the PR #314 has been merged, the dropreplace directive should be used:
go mod edit -dropreplace=github.com/mrkschan/goth@master
@mrkschan mrkschan requested a review from markbates February 19, 2020 13:26
Copy link
Collaborator
@bentranter bentranter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks @mrkschan!

@bentranter bentranter merged commit 58ff599 into markbates:master Feb 24, 2020
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.

Github access_token query parameter is deprecated
2 participants
0