oauth icon indicating copy to clipboard operation
oauth copied to clipboard

OAuth implementation for Ruby. Note official maintained version is now at http://github.com/mojodna/oauth

Results 16 oauth issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [actionpack](https://github.com/rails/rails) to permit the latest version. Release notes Sourced from actionpack's releases. v7.0.4.1 This is a security release. More information is available in our security announcements...

dependencies

Bumps [git](https://github.com/ruby-git/ruby-git) from 1.2.5 to 1.13.0. Release notes Sourced from git's releases. Release v1.13.0 Full Changelog 8349224 Update list of maintainers (#598) 4fe8738 In ls-files do not unescape file paths...

dependencies

Bumps [em-http-request](https://github.com/igrigorik/em-http-request) from 0.2.11 to 1.1.6. Changelog Sourced from em-http-request's changelog. Changelog master User-Agent header is now removed if set to nil. 1.0.0.beta.1 / 2011-02-20 - The big rewrite Switched...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 0.8.7 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

Bumps [rack](https://github.com/rack/rack) from 1.1.0 to 1.1.6. Changelog *Sourced from [rack's changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md).* > ## [1.1.6, 1.2.8, 1.3.10] 2013-02-07 > - Fix CVE-2013-0263, timing attack against Rack::Session::Cookie > > ## [1.5.1] 2013-01-28...

dependencies

Here is the link for that code: https://github.com/pelle/oauth/blob/master/lib/oauth/helper.rb#l20 We should use SecureRandom for any key generation: http://ruby-doc.org/stdlib-1.9.3/libdoc/securerandom/rdoc/SecureRandom.html

When a `parameter_rejected` error is returned, it would be nice if the error message displayed by the oauth gem would indicate which parameters have been rejected. I believe the modification...

Requests that take a while to return end up timing out waiting for response. This can be problematic if the request takes more than the default timeout. It would be...