Sha256: 0697b62d548580106fc61ac6812ef3e38179c417a2e22341aaf51ad5210402a4
Contents?: true
Size: 593 Bytes
Versions: 4
Compression:
Stored size: 593 Bytes
Contents
warden-github ============= A [warden](http://github.com/hassox/warden) strategy that provides oauth authentication to github. Find out more about enabling your application at github's [oauth quickstart](http://gist.github.com/419219). 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/warden-github/blob/master/spec/app.rb). The Extension in Action ======================= % gem install bundler % bundle install % GH_CLIENT_ID="<from GH>" GH_SECRET="<from GH>" bundle exec rackup
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
warden-github-0.0.7 | README.md |
warden-github-0.0.6 | README.md |
warden-github-0.0.5 | README.md |
warden-github-0.0.4 | README.md |