reu / omniauth-steam

Steam authentication strategy for OmniAuth
93 stars 38 forks source link

omniauth-steam no longer works as of last night #30

Closed ChalkyBrush closed 6 years ago

ChalkyBrush commented 6 years ago

just a headsup

screen shot 2018-04-06 at 8 46 27 am
btalbot commented 6 years ago

Yeah, steam broke stuff and started using https (which is generally a good thing) for their claim url which was documented by steam, until today, to be specifically http. The issue has a PR (https://github.com/reu/omniauth-steam/pull/29) already.

JohnoBruachail commented 6 years ago

I've hit this issue too, Any idea on how long it will take to fix?

kallelundgren93 commented 6 years ago

I just forked the repo and updated into a own gem until a PR with fix is pushed through

krtschmr commented 6 years ago

confirmed!

this will fix it

https://github.com/reu/omniauth-steam/pull/31/files/5a6cc0d1e739450b18ada224b5731d13ba9977cc

delpierrem commented 6 years ago

How can i have this fix guy ?

krtschmr commented 6 years ago
gem "omniauth-steam", github: "krtschmr/omniauth-steam"

@delpierrem

just use the github fork of me?

Deekor commented 6 years ago

This has been fixed and should be closed.

budmc29 commented 6 years ago

I think it's better to close this when a new Gem is going to be cut with the fix, otherwise people will update the gem assuming it will work, but that's not the case at the moment.

Deekor commented 6 years ago

The fix is in master already. #33 just needs to be merged.

timwis commented 6 years ago

Just want to add the string Steam Claimed ID mismatch so this issue will show up in search results.

Deekor commented 6 years ago

I guess for the time being the fix would be to use the gem from my repo (https://github.com/Deekor/omniauth-steam) until @reu gets around to merging #33

gem 'omniauth-steam', git: 'https://github.com/Deekor/omniauth-steam.git'

Deekor commented 6 years ago

33 is merged. This issue should now be closed.