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
The ES256K private key in config.json.jwt.example uses curve "P-256K", which is not in RFC 7518 or the JSON Web Key Elliptic Curve registry.
COSE and JOSE Registrations for WebAuthn Algorithms (draft) specifies "P-256K" for JWK. Later drafts changed it to "secp256k1", possibly to avoid confusion with "P-256" which is a different curve id. The draft was published as RFC 8812, entering "secp256k1" in the JWK Elliptic Curve registry.
The text was updated successfully, but these errors were encountered:
.
19d12f0
No branches or pull requests
The ES256K private key in config.json.jwt.example uses curve "P-256K", which is not in RFC 7518 or the JSON Web Key Elliptic Curve registry.
COSE and JOSE Registrations for WebAuthn Algorithms (draft) specifies "P-256K" for JWK. Later drafts changed it to "secp256k1", possibly to avoid confusion with "P-256" which is a different curve id. The draft was published as RFC 8812, entering "secp256k1" in the JWK Elliptic Curve registry.
The text was updated successfully, but these errors were encountered: