MLH / mlh-hackathon-nodejs-mongodb-starter

MIT License
2 stars 3 forks source link

Update Github OAuth method #12

Open Imma-Olly opened 4 years ago

Imma-Olly commented 4 years ago

Hi @Imma-Olly,

On August 5th, 2020 at 18:47 (UTC) your application (nodejs-mongodb-starter) used an access token (with the User-Agent axios/0.19.2) 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