# File lib/action_controller/metal/request_forgery_protection.rb, line 74
      def verify_authenticity_token
        unless verified_request?
          logger.debug "WARNING: Can't verify CSRF token authenticity" if logger
          handle_unverified_request
        end
      end