Omniauth::Parse
This gem is an OmniAuth strategy for parse.com.
Installation
Add this line to your application's Gemfile:
gem 'omniauth-parse'
And then execute:
$ bundle
Or install it yourself as:
$ gem install omniauth-parse-com
Usage
use OmniAuth::Builder do
provider :parse, {:application_id => "application_id", :rest_api_key => "rest_api_key"}
end
Whatever fields are in the user object will get put into the info hash.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
TODO
tests tests tests respond to anything other than 200, exposisng parse errors