# File lib/lighthouse.rb, line 83
    def update_token_header(resource)
      resource.headers['X-LighthouseToken'] = token if token
    end