andy3471 / keyshare

A web app for sharing Steam keys with your friends
MIT License
4 stars 2 forks source link

Steam Login is no longer working due to package update (Composer) #15

Closed andy3471 closed 5 years ago

andy3471 commented 5 years ago

Describe the bug If you upgrade to the latest version of the packages with composer, steam login no longer works. However, if you go back to a previous version (ie git checkout BBC4423), delete the vendor folder and run composer install, it works.

I'll need to try every version up into this version in order to see what package is causing the break, to report it to the SocialiteProviders git page.

andy3471 commented 5 years ago

Works in 06a8777 on 22nd Apr. WIll Continue throught commits

andy3471 commented 5 years ago

Issue seems to be in package log. Must have come in in either 9f51cac (23rd April) or e81ee7c (24th April)

andy3471 commented 5 years ago

Breaks in e81ee7c. Must be socialiteproviders/manager 3.3.5 - Restored to 3.3.4 for now. We can not run composer update until this is resolved.

andy3471 commented 5 years ago

Reported to SocialiteProviders - https://github.com/SocialiteProviders/Providers/issues/299