pluginGeek
User AuthenticationRuby16,706EditAllow users to authenticate with your app by providing them with dedicated user accounts. Authenticate with email and password or via Facebook or Twitter oAuth.
Flexible authentication solution for Rails with Warden.http://blog.plataformatec.com.br/tag/devise/
OmniAuth is a flexible authentication system utilizing Rack middleware.http://github.com/intridea/omniauth/wiki
Rails authentication with email & password.http://thoughtbot.com/community/
Magical authentication for Rails 3https://github.com/NoamB/sorcery
General Rack Authentication Frameworkhttps://github.com/hassox/warden
An authentication and session management framework that eliminates the need for passwords.https://github.com/alsmola/nopassword
Authem is an authentication library for Ruby web applications.https://github.com/paulelliott/authem
Related categories
User Authorization7,315Rubycancan, rolify and 10 more »Authorize user actions on resources based on policies, abilities or roles. Authenticate your users beforehand.
Around the webAdd