# EasyAuth-OauthCore # Dead simple drop in authentication for Rails ## Installation ## In your Gemfile add the following: ```ruby gem 'easy_auth-oauth_core' ``` Then follow the general installation instructions for [EasyAuth](https://github.com/dockyard/easy_auth#installation) ## Authors ## [Brian Cardarella](http://twitter.com/bcardarella) ## 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), LLC © 2012 [@dockyard](http://twitter.com/dockyard) [Licensed under the MIT license](http://www.opensource.org/licenses/mit-license.php)