-
Notifications
You must be signed in to change notification settings - Fork 583
Description
When I used GitHub OAuth with Cabot I received the following warning in the mail:
Hello there!
On October 16th, 2020 at 11:54 (UTC) your application (Cabot Canaries) used an access token (with the User-Agent python-requests/2.13.0) as part of a query parameter to access an endpoint through the GitHub API.
Please use the Authorization HTTP header instead as using the
access_tokenquery 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.
Thanks,
The GitHub Team
It appears that the access_token query parameter will be removed in roughly 8 months:
All authentication using query parameters will return a status code of 401 like all other auth failures starting on:
May 5, 2021 at 16:00 UTC
For more details: https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param