README.md in sinatra_auth_github-0.0.1 vs README.md in sinatra_auth_github-0.0.2
- old
+ new
@@ -1,10 +1,14 @@
sinatra_auth_github
===================
-A sinatra app the provides a gem that...
+A sinatra extension that provides oauth authentication to github. Find out more about enabling your application at github's [oauth quickstart](http://gist.github.com/419219).
-Developing
-==========
+To test it out on localhost set your callback url to 'http://localhost:9292/auth/github/callback'
+
+There's an example app in [spec/app.rb](/atmos/sinatra_auth_github/blob/master/spec/app.rb).
+
+The Extension in Action
+=======================
% gem install bundler
% bundle install
- % bundle exec rake
+ % GH_CLIENT_ID="<from GH>" GH_SECRET="<from GH>" bundle exec rackup