ruby-openid icon indicating copy to clipboard operation
ruby-openid copied to clipboard

OpenID library for Ruby

Results 24 ruby-openid issues
Sort by recently updated
recently updated
newest added

This implementation looks like it is related to openid.net, but the site does not list this repository on [it's official list of certified clients](https://openid.net/developers/certified/). Also, the last update was in...

in the redmine plugin buri17/redmine_openid_provider, the following call: app/controllers/open_id_provider_controller.rb:28 open_id_request = server.decode_request(params) causes the following exception: NoMethodError (undefined method `length' for #) params is a ActionController::Parameters. in rails 4.x ActionController::Parameters...

The verify_discovery_results method call was moved after the check_signature method call to address a security vulnerability (issue #121). Apparently, the check_signature method relied on the endpoint instance variable being defined...

Is there a simple guide for adding OpenID to an application. Something at this level, and maybe for rails or perhaps it can be done at the rack level. https://dev.to/crowdhailer/adding-did-authentication-to-a-phoenix-web-app-18ec...

We've been testing the latest version of ruby-openid in our development environment and found that we are no longer able to successfully complete login. We started seeing ``` Unexpected OpenID...

Hej, a previous coworker found that working with this gem triggers a server error caused by a missing "charset" for StandardFetcher#fetch in our environment. Sadly we can't fix anything at...

rubinius 3 can't be installed anymore. Remove so the pipelines are green again. ``` rvm use rubinius-3 --install --binary --fuzzy curl: (22) The requested URL returned error: 404 Not Found...

This is the "hardcoded" solution for Issue #130

Hi, I have a question concerning the recent CVE [0]. Could you provide some background which version/commit fixes the issue? Rubygems [1] only shows version 2.7.0. Was version 2.8.0 pulled...

We started having this issue crop up and now it's affect a large percentage of our openid log ins. ``` # ``` I've been able to reproduce it on our...