ruby-openid
ruby-openid copied to clipboard
ruby-openid v2.3.0 ignores assoc_handle when using open ID 2.0
We were having some encoding issues with openid and while looking at this I noticed that ruby-openid v2.3.0 is silently switching to stateless mode for openid 2.0. Reading the openid specs I would think that it is valid to use an association handle with openid 2.0.
The code that introduced the change was PR #53.