api-umbrella
api-umbrella copied to clipboard
Deprecation notice for authentication via URL query parameters
When setting up the github authorizer, I received this deprecation notice from Github
On September 12th, 2020 at 13:35 (UTC) your application (Gunslinger App) used an access token (with the User-Agent Faraday v0.15.4) 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.