This Ruby Gem library makes it easier to write a simple Ruby Web App with authentication using OAuth. The goal is to make it easy to write a webapp and authenticate against your Google Apps domain or Github organization.
Add this line to your application's Gemfile:
gem 'oapp'
And then execute:
$ bundle install --path .bundle/gems/
Or install it yourself as:
$ gem install oapp
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request