OmniauthNeteasyOauth2

Omniauth oauth2 for neteasy,

Doc: http://open.t.163.com/wiki/index.php?title=OAUTH2.0%E5%8D%8F%E8%AE%AE%E4%BB%8B%E7%BB%8D

Installation

Add this line to your application's Gemfile:

gem 'omniauth_neteasy_oauth2'

And then execute:

$ bundle

Or install it yourself as:

$ gem install omniauth_neteasy_oauth2

Usage

See here: https://github.com/intridea/omniauth

And there is a example:

https://github.com/Killerlist/omniauth-neteasy-example

Contributing

  1. Fork it
  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 new Pull Request