heartcombo--devise/lib/devise
José Valim bd1006d321 Add the possibility to skip OAuth authentication by returning nil from the finder method. 2010-07-26 20:32:06 +02:00
..
controllers Expire all /_oauth_token$/ keys in session after sign in, so if two users create accounts in the same session, the facebook account will be linked just to the first one. 2010-07-26 20:32:06 +02:00
encryptors Also pass stretches to salt generation. 2010-07-12 06:59:49 +02:00
hooks More about extend remember period feature. 2010-07-23 23:57:31 +02:00
models Add the possibility to skip OAuth authentication by returning nil from the finder method. 2010-07-26 20:32:06 +02:00
oauth Add the possibility to skip OAuth authentication by returning nil from the finder method. 2010-07-26 20:32:06 +02:00
orm Remove data_mapper support. 2010-07-04 17:22:57 +02:00
rails Add oauth links to default template. 2010-07-26 20:32:05 +02:00
strategies More about extend remember period feature. 2010-07-23 23:57:31 +02:00
failure_app.rb Expire all /_oauth_token$/ keys in session after sign in, so if two users create accounts in the same session, the facebook account will be linked just to the first one. 2010-07-26 20:32:06 +02:00
mapping.rb No longer retrieve the user from paths, but use the env hash. This change deprecates use_default_scope. 2010-07-06 01:33:32 +02:00
models.rb Remove deprecated code. 2010-07-26 20:32:05 +02:00
modules.rb More OAuth setup. 2010-07-26 20:32:04 +02:00
oauth.rb Make Devise::Oauth follow the same conventions as Devise::controllers. 2010-07-26 20:32:05 +02:00
path_checker.rb Consider ApplicationController url_options in for PathChecker. 2010-07-16 08:40:21 +02:00
rails.rb Make Devise::Oauth follow the same conventions as Devise::controllers. 2010-07-26 20:32:05 +02:00
schema.rb Remove deprecated code. 2010-07-26 20:32:05 +02:00
test_helpers.rb Fix a bug in Devise::TestHelpers where current_user was returning a Response object for non active accounts, closes #341. 2010-06-29 11:52:10 +02:00
version.rb Bump version to 1.1.0 but do not release yet. We are only using this as flag for those using Devise as git with bundler due to the latest changes. 2010-07-04 17:34:33 +02:00