英文: Is the publicKeyCredentialCreationObjects supposed to be passed from the server to the client? 问...
应该在我的服务器端代码还是客户端端代码中调用 navigator.credentials.create()?
英文: Should I call navigator.credentials.create() in my server-side code or in my client-side code? 问...
无法在Android上使用Passkey注册身份验证
英文: Unable to register for authentication using Passkey on Android 问题 I'm trying to follow the offic...
使用通行证进行无人值守执行。
英文: Using a passkey for unattended execution 问题 我相当肯定这是不可能的,但我要向大家请教一下。寻求实施一个基于标准的安全虚拟机凭据,以供 Web 应用程...
我可以创建具有WebAuthn身份验证的确定性数据吗?
英文: Can I create deterministic data with webauthn authentication 问题 我有一个与私钥一起工作的应用程序。此私钥以用户在服务器端确定的密...
有没有一种方法可以在SSH中使用FIDO2/webauthn?
英文: Is there a method to use FIDO2/webauthn with ssh 问题 我们使用ssh连接到许多站点,并希望使用FIDO2/webauthn进行身份验证。 这是...
Webauthn – 允许凭据和凭据选择
英文: Webauthn - allowCredentials and credential selection 问题 I am implementing Webauthn where a brows...
WebAuthn用户句柄
英文: WebAuthn userHandle 问题 get()方法中检索到的userHandle始终为ArrayBuffer(1),即使我在create()中没有传递此参数。 英文: I m cre...
Webauthn 安全存储用户凭据数据
英文: Webauthn securely store user credential data 问题 我正在尝试将WebAuthn添加到我的Web应用程序,并且希望安全地存储私钥与凭据数据。我找到的...
webauthn示例在交叉编译时显示浏览器不受支持,但在主机上运行正常。
英文: webauthn example indicates browser is not supported when cross compiled but works on host machin...