Sha256: 01f13d85a2f3bb1991796c51e8bad6902376fe45ed9219f2b12e20faa6b72491
Contents?: true
Size: 779 Bytes
Versions: 1
Compression:
Stored size: 779 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). Using with GitHub Enterprise ============================ Export the `OCTOKIT_API_ENDPOINT` environmental variable to the URL of your enterprise install. The Extension in Action ======================= % gem install bundler % bundle install % GITHUB_CLIENT_ID="<from GH>" GITHUB_CLIENT_SECRET="<from GH>" bundle exec rackup -p9393 -E none
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
warden-github-0.12.1 | README.md |