-
hi I use this libarary PublicKeyCredential<AuthenticatorAttestationResponse, ClientRegistrationExtensionOutputs> pkc =
PublicKeyCredential.parseRegistrationResponseJson(publicKeyCredentialJson); this step!! publicKeyCredentialJson is
error log is
what problem??? help please ㅠㅠ |
Beta Was this translation helpful? Give feedback.
Answered by
emlun
Jun 21, 2023
Replies: 2 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lee82762
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
publicKeyCredentialJson
value you provided parses successfully on my machine, usingwebauthn-server-core
version2.4.1
. Does the issue persist, or was it a one time thing?