我尝试在Firefox上使用Google一键登录。但是,出现错误消息:
{"type":"requestFailed","name":"OpenYoloError","message":"requestFailed: The API request failed to resolve: navigator.credentials error: (Missing required 'challenge' member of PublicKeyCredentialRequestOptions.)"}
一键式功能是否可以在其他浏览器中使用,还是取决于Chrome的导航功能
答案 0 :(得分:0)
新版本的Google One Tap正式支持Firefox。有关详细信息,请访问:https://developers.google.com/identity/one-tap/web/guides/supported-browsers
答案 1 :(得分:0)
Firefox默认情况下会阻止第三方cookie。因此,请确保您允许第三方Cookie起作用。
答案 2 :(得分:0)
我遇到了同样的问题,但突然想通了..
这是因为浏览器凭据中没有 Google 帐户。 换句话说:在使用 Google One Tap 浏览网站之前,只需使用 Google 帐户登录 Firefox...然后一切都会按预期进行。