reu / omniauth-steam

Steam authentication strategy for OmniAuth
93 stars 38 forks source link

Change steam strategy require to be truly relative #14

Closed defaye closed 9 years ago

defaye commented 10 years ago

This change makes it explicit that the require is loaded relatively. As it is, the lib/omniauth/strategies/steam.rb in the omniauth-openid gem seems to be taking precedence (the changes you made have not been mirrored in omniauth-openid's repository), and is therefore breaking omniauth-steam when these two gems are implemented together. Details here.

reu commented 9 years ago

Whoa! Thanks a lot!

I am sorry I didn't see this patch before, but this solves a lot of problems we were having!