berkerpeksag / github-badge

GitHub Badge is a simple embeddable badge showing your GitHub stats like the number of public repositories, number of followers, favorite languages etc.
https://githubbadge.appspot.com/
291 stars 31 forks source link

[GitHub API] Deprecation notice for authentication via URL query parameters #89

Closed berkerpeksag closed 4 years ago

berkerpeksag commented 4 years ago
Hi @berkerpeksag,

On August 5th, 2020 at 22:35 (UTC) your application (GitHub Badge) used its `client_id` and `client_secret`
(with the User-Agent python-requests/0.14.2 CPython/2.7.12 Linux/ AppEngine-Google;
(+http://code.google.com/appengine; appid: s~githubbadge)) as part of a set of query parameters to access
an endpoint through the GitHub API:

https://api.github.com/user/<REDACTED>

Please use Basic Authentication instead as using OAuth credentials in query parameters has been 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.

Thanks,
The GitHub Team