Skip to content

mgates/omniauth-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

TODO

tests tests tests respond to anything other than 200, exposisng parse errors

About

An Omniauth plugin for Parse.com

Resources

License

Stars

12 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages