我正在尝试使用Python/Django/DRF接受Typeform的表单响应,并且由于无法使散列匹配,所以在验证web钩子请求时遇到了困难。1.Compare the created value with the signature you received in the Typeform-Signature header from Typeform('TYPEFORM_SECRET_KEY')
if not <
我遵循了typeform嵌入方向,甚至按照他们的建议切换到纱线包管理器,但是我一直在构建中出错。但是,一旦我停止导入typeform,我就没有任何问题了。这条线是罪魁祸首。import * as typeformEmbed from "@typeform/embed";import React, { useRef, useEffect } from "react";
import * as typeformEmbed f