OAuth2 icon indicating copy to clipboard operation
OAuth2 copied to clipboard

Update GitHub OAuth Client

Open niemyjski opened this issue 4 years ago • 4 comments

https://medium.com/swlh/github-api-oauth-in-2020-43944bdc8ab6

niemyjski avatar Apr 20 '20 13:04 niemyjski

Can you add a brief summary on the issue you are facing? you have only added a link to a tutorial

plixxer avatar Jul 02 '20 17:07 plixxer

Hi, need to update github client to the way it is described in the article, am I right?

aybulatb avatar Oct 02 '20 21:10 aybulatb

I believe so, the GitHub docs has more information. Thank you!

niemyjski avatar Oct 02 '20 21:10 niemyjski

Looks like there could still be an issue here.

On November 8th, 2020 at 08:32 (UTC) your application (abc) used an access token (with the User-Agent RestSharp/106.11.7.0) as part of a query parameter to access an endpoint through the GitHub API.

https://api.github.com/user

Please use the Authorization HTTP header instead as using the `access_token` query parameter is deprecated.

Depending on your API usage, we'll be sending you this email reminder on a monthly basis.

Visit https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param for more information about suggested workarounds and removal dates.

niemyjski avatar Nov 09 '20 15:11 niemyjski