# File lib/warden/proxy.rb, line 180
    def user(scope = @config.default_scope)
      @users[scope] ||= begin
        user = session_serializer.fetch(scope)
        set_user(user, :scope => scope, :event => :fetch) if user
      end
    end