README.textile

September 30, 2011 ยท View on GitHub

h1. Sample OAuth2 Server Application using Rack::OAuth2 in Rails3

h2. Setup & Run

git clone git@github.com:nov/rack-oauth2-sample.git
cd rack-oauth2-sample
bundle install
rake db:migrate
rails server

Then go to http://localhost:3000

h2. Client Sample Code

Read "Common between Bearer and MAC" and "Bearer" samples in "Sample Client" section here. https://github.com/nov/rack-oauth2