WebAuthn 验证

注册时客户端生成:
  • rawId
  • response
    • attestationObject
    • clientDataJSON

登陆时客户端根据 rawId 生成:
  • rawId
  • response
    • authenticatorData
    • clientDataJSON
    • signature

服务端验证: