PASTAplus / auth

PASTA+ Authentication Service
Apache License 2.0
0 stars 0 forks source link

GitHub use of access_token query parameter deprecated in OAuth exchange #8

Closed servilla closed 4 years ago

servilla commented 4 years ago

On Wed, Nov 4, 2020 at 5:44 AM EDIorg noreply@github.com wrote:

Hello there!

On November 4th, 2020 at 12:44 (UTC) your application (EDI Authentication) used an access token (with the User-Agent python-requests/2.22.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.

Thanks, The GitHub Team

servilla commented 4 years ago

Deployed and tested on both the authentication development and production servers.