rails3-mongoid-omniauth
rails3-mongoid-omniauth copied to clipboard
Deprecated. Use the new version at https://github.com/RailsApps.
h1. Rails 3 + Mongoid + Omniauth
This is an example Rails 3 application that combines OmniAuth with Mongoid. It uses the "OmniAuth":https://github.com/intridea/omniauth gem to manage authentication using a service provider such as Twitter or Facebook. MongoDB is used as a datastore with the "Mongoid":http://mongoid.org/ gem for quick development without schemas or migrations.
h2. The Project Has Moved!
Please visit the project at its "new home":https://github.com/railsapps/rails3-mongoid-omniauth:
h4. "Rails 3 + Mongoid + OmniAuth":https://github.com/railsapps/rails3-mongoid-omniauth
h2. !http://twitter-badges.s3.amazonaws.com/t_logo-a.png(Follow on Twitter)!:http://www.twitter.com/rails_apps Follow on Twitter
To keep up to date, follow the project on Twitter: "http://twitter.com/rails_apps":http://twitter.com/rails_apps
Please tweet some praise if you like what you've found.
h2. Credits
Daniel Kehoe ("http://danielkehoe.com/":http://danielkehoe.com/) implemented the application and wrote the tutorial.