README.rdoc in rack-oauth2-0.4.1 vs README.rdoc in rack-oauth2-0.4.2
- old
+ new
@@ -1,8 +1,8 @@
= rack-oauth2
-Rack Middleware for OAuth2. Currently support only Server/Provider, not Client/Consumer.
+Rack Middleware for OAuth2 server. Experimental OAuth2 client library is also included.
This gem is based on OAuth 2.0 draft v.13
http://tools.ietf.org/html/draft-ietf-oauth-v2-13
== Installation
@@ -14,16 +14,20 @@
* 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)
* Facebook Page (http://www.facebook.com/pages/RackOAuth2/141477809244105)
-== Sample Application (Rails3)
+== Sample Server Application (Rails3)
Running on Heroku
http://rack-oauth2-sample.heroku.com
Source on GitHub
http://github.com/nov/rack-oauth2-sample
+
+== Sample Client
+
+https://gist.github.com/862393
== Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.