[spec] DigitalCredentialRequestOptions and DigitalCredential objects must be JSON serializable #125
Open
Description
In WebAuthn L3, we introduced new methods (toJSON
, parseCreationOptionsFromJSON
, and parseRequestOptionsFromJSON
) for serializing responses and for deserializing requests.
This both improves the developer experience and also allows us to reference these methods directly in the CTAP specification for hybrid transports, instead of defining the encoding and structure there.