https://github.com/omniauth/omniauth-rails
Ruby on Rails extensions to OmniAuth
https://github.com/omniauth/omniauth-rails
Last synced: about 1 year ago
JSON representation
Ruby on Rails extensions to OmniAuth
- Host: GitHub
- URL: https://github.com/omniauth/omniauth-rails
- Owner: omniauth
- License: mit
- Created: 2015-05-26T17:12:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T19:54:35.000Z (over 6 years ago)
- Last Synced: 2025-04-06T13:43:34.634Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 12
- Watchers: 22
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# OmniAuthRails
**Ruby on Rails extensions to OmniAuth**
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'omniauth-rails'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install omniauth-rails
## Contributing
1. Fork it (https://github.com/intridea/omniauth-rails/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request