README.rdoc in rack-oauth2-0.1.0 vs README.rdoc in rack-oauth2-0.2.0

- old
+ new

@@ -5,36 +5,40 @@ This gem is based on OAuth 2.0 draft v.10 http://tools.ietf.org/html/draft-ietf-oauth-v2-10 == Installation - gem install fb_graph + gem install rack-oauth2 == Resources * View RDoc on RDoc.info (http://rdoc.info/github/nov/rack-oauth2) * View Source on GitHub (http://github.com/nov/rack-oauth2) * Report Issues on GitHub (http://github.com/nov/rack-oauth2/issues) == Usage -See examples +=== Rails -=== End User Authorization Endpoint +==== Resource Owner Authorization & Token Endpoint -* example/server/oauth2_controller.rb (Rails) -* example/server/authorize.rb (Sinatra) +http://gist.github.com/584594 -=== Token Endpoint +==== Protected Resource Middleware Setting -* example/server/oauth2_controller.rb (Rails) -* example/server/token.rb (Sinatra) +http://gist.github.com/584565 -=== Protected Resource Endpoint +=== Sinatra -TODO: +==== Resource Owner Authorization Endpoint -=== Note on Patches/Pull Requests +http://gist.github.com/584595 + +==== Token Endpoint + +http://gist.github.com/584574 + +== Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally.