We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infra features a parse JSON from bytes operation, but lacks a "JSON stringify and UTF-8 encode to bytes" operation.
see also webauthn issue #712 JSON-serialized client data is wrong
The text was updated successfully, but these errors were encountered:
If someone wants to fix this, w3c/webauthn#712 (comment) has instructions.
Sorry, something went wrong.
Is it ok to call out to ECMAScript here? Wouldn't that fail in in-parallel steps?
I think in theory it should be okay since we don't rely on any global state here. But it might be worth calling it out explicitly indeed.
Add "serialize JSON to bytes" algorithm
25f6859
Fixes #193.
Successfully merging a pull request may close this issue.
Infra features a parse JSON from bytes operation, but lacks a "JSON stringify and UTF-8 encode to bytes" operation.
see also webauthn issue #712 JSON-serialized client data is wrong
The text was updated successfully, but these errors were encountered: