You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of WebAuthn and Apple attestation and passkey APIs depend on CBOR encoding of attestation. I think it makes sense to have a thorough and vetted implementation of code to encode and decode the format.
New API Proposal:CBOR Encoding/Decoding
Motivation:
A lot of WebAuthn and Apple attestation and passkey APIs depend on CBOR encoding of attestation. I think it makes sense to have a thorough and vetted implementation of code to encode and decode the format.
Importance:
As an example, implementing the server side of App Attestation requires decoding a CBOR: https://developer.apple.com/documentation/devicecheck/validating-apps-that-connect-to-your-server
Alternatives
At least one third-party implementation exists, but this seems to me like a reasonable addition to CryptoKit.
The text was updated successfully, but these errors were encountered: