dockyard/easy_auth-oauth2

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# EasyAuth-Oauth2 #

[![Build Status](https://secure.travis-ci.org/dockyard/easy_auth-oauth2.png?branch=master)](http://travis-ci.org/dockyard/easy_auth-oauth2)
[![Dependency Status](https://gemnasium.com/dockyard/easy_auth-oauth2.png?travis)](https://gemnasium.com/dockyard/easy_auth-oauth2)
[![Code Climate](https://codeclimate.com/github/dockyard/easy_auth-oauth2.png)](https://codeclimate.com/github/dockyard/easy_auth-oauth2)

Dead simple drop in authentication for Rails

## Installation ##

In your Gemfile add the following:

```ruby
gem 'easy_auth-oauth2'
```

Then follow the general installation instructions for
[EasyAuth](https://github.com/dockyard/easy_auth#installation)

## Authors ##

[Brian Cardarella](http://twitter.com/bcardarella)
[Dan McClain](http://twitter.com/_danmcclain)

## Versioning ##

This gem follows [Semantic Versioning](http://semver.org)

## Want to help? ##

Stable branches are created based upon each minor version. Please make
pull requests to specific branches rather than master.

Please make sure you include tests!

Unles Rails drops support for Ruby 1.8.7 we will continue to use the
hash-rocket syntax. Please respect this.

Don't use tabs to indent, two spaces are the standard.

## Legal ##

[DockYard](http://dockyard.com) Inc. © 2014

[@dockyard](http://twitter.com/dockyard)

[Licensed under the MIT license](http://www.opensource.org/licenses/mit-license.php)