https://github.com/davyjoneslocker/ruby-easy_auth-google
https://github.com/davyjoneslocker/ruby-easy_auth-google
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davyjoneslocker/ruby-easy_auth-google
- Owner: DavyJonesLocker
- Created: 2012-11-02T08:28:33.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T15:15:08.000Z (over 11 years ago)
- Last Synced: 2025-07-09T20:37:25.788Z (11 months ago)
- Language: Ruby
- Size: 211 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# EasyAuth-Google #
[](http://travis-ci.org/dockyard/easy_auth-google)
[](https://gemnasium.com/dockyard/easy_auth-google)
[](https://codeclimate.com/google/dockyard/easy_auth-google)
Dead simple drop in authentication for Rails
## Installation ##
In your Gemfile add the following:
```ruby
gem 'easy_auth-google'
```
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)