# File lib/warden/hooks.rb, line 75 def after_authentication(options = {}, method = :push, &block) after_set_user(options.merge(:event => :authentication), method, &block) end