omniauth / omniauth-openid

OpenID strategy for OmniAuth
MIT License
86 stars 57 forks source link

`require': no such file to load -- omniauth/openid when using :steam #10

Closed factore closed 12 years ago

factore commented 12 years ago

This can be fixed by changing lib/omniauth/strategies/steam.rb:1 to

require 'omniauth/strategies/open_id'

factore commented 12 years ago

Just realized that omniauth-steam is now its own gem.