# File lib/warden/proxy.rb, line 126 def authenticate!(*args) user, opts = _perform_authentication(*args) throw(:warden, opts) unless user user end