Skip to content

Commit

Permalink
updated docs in participation of OAuth 2.0 Rails 3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pelle committed Jun 28, 2010
1 parent 3be694b commit 7c45c1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,4 +1,6 @@
0.4.0
- Added OAuth 2.0 website flow
- Support for OAuth 2.0 bearer tokens
- Increased default token and key size in anticipation of OAuth2 support
- Rails 3 support
- Rails 3 generators [Paul Rosiana] and patches by [Alexander Flatter]
Expand Down
8 changes: 6 additions & 2 deletions README.rdoc
Expand Up @@ -6,6 +6,10 @@ We support the revised OAuth 1.0a specs at:

http://oauth.net/core/1.0a

As well as beginning support for OAuth 2.0:

http://tools.ietf.org/html/draft-ietf-oauth-v2-08

and the OAuth site at:

http://oauth.net
Expand All @@ -16,7 +20,7 @@ http://mojodna.net/2009/05/20/an-idiots-guide-to-oauth-10a.html

== Requirements

You need to install the oauth gem (0.3.5) which is the core OAuth ruby library. It will NOT work on any previous version of the gem.
You need to install the oauth gem (0.4.1) which is the core OAuth ruby library. It will NOT work on any previous version of the gem.

sudo gem install oauth

Expand All @@ -35,7 +39,7 @@ Alternatively you can install it in vendors/plugin:

script/plugin install git://github.com/pelle/oauth-plugin.git

The Generator currently creates code (in particular views) that only work in Rails 2.
The Generator currently creates code (in particular views) that only work in Rails 2 and 3.

It should not be difficult to manually modify the code to work on Rails 1.2.x

Expand Down

0 comments on commit 7c45c1e

Please sign in to comment.