titarenko / OAuth2

OAuth2 client implementation for .NET
413 stars 154 forks source link

Change GitHubClient to use Authorization header #138

Closed eitoball closed 4 years ago

eitoball commented 4 years ago

Fixes #135

Used OAuth2AuthorizationRequestHeaderAuthenticator instead as described https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/#changes-to-make

niemyjski commented 4 years ago

Awesome Thank you!