gcirne / rack-oauth2-sample

Rack::OAuth2 Sample Server (Bearer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample OAuth2 Server Application using Rack::OAuth2 in Rails3

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

Client Sample Code

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

About

Rack::OAuth2 Sample Server (Bearer)


Languages

Language:Ruby 85.6%Language:JavaScript 14.4%