reu / omniauth-steam

Steam authentication strategy for OmniAuth
93 stars 38 forks source link

undefined method `uses_extension' for #<String:0x7> #11

Closed cookiesowns closed 10 years ago

cookiesowns commented 10 years ago

Tried nearly everything I can think of for this error. The example works just fine however.

Parameters:

{"_method"=>"post", "openid.ns"=>"http://specs.openid.net/auth/2.0", "openid.mode"=>"id_res", "openid.op_endpoint"=>"https://steamcommunity.com/openid/login", "openid.claimed_id"=>"http://steamcommunity.com/openid/id/64bitsteamid", "openid.identity"=>"http://steamcommunity.com/openid/id/64bitsteamid", "openid.return_to"=>"http://localhost:3000/auth/steam/callback?_method=post", "openid.response_nonce"=>"2014-04-30T03:47:26ZnbSEeVm7DjgY1QLFlquXiYfYVmI=", "openid.assoc_handle"=>"1234567890", "openid.signed"=>"signed, op_endpoint, claimed_id, identity, return_to, response_nonce, assoc_handle", "openid.sig"=>"5CxA8T+POXub6625FVYgO/9BRPc="}

cookiesowns commented 10 years ago

Resolved. Seems to have been a well hidden bug in my client code