phpbali-org / phpbali-site

[UNMAINTAINED] Site of PHPBali
12 stars 6 forks source link

Update Socialite version #120

Closed kresnasatya closed 4 years ago

kresnasatya commented 4 years ago

Got this from Github in personal email:

Hello there!

On February 12th, 2020 at 07:28 (UTC) your application (PHPBali Auth via Github) used an access token (with the User-Agent GuzzleHttp/6.3.3 curl/7.58.0 PHP/7.2.24-0ubuntu0.18.04.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 and will be removed July 1st, 2020.

Depending on your API usage, we'll be sending you this email reminder once every 3 days.

Visit https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/#authenticating-using-query-parameters for more information.

Thanks, The GitHub Team

This has been fixed by this pull request. So, we should update socialite version.

kresnasatya commented 4 years ago

Fixed by pull request #121