- From: =JeffH via GitHub <sysbot+gh@w3.org>
- Date: Fri, 10 Jun 2016 22:30:27 +0000
- To: public-webauthn@w3.org
equalsJeffH has just created a new issue for https://github.com/w3c/webauthn: == Attestation type identifiers lack formal definition and matching rules == Attestation type identifiers lack formal definition and matching rules. suggested approach to add to spec: ``` WebAuthn attestation type identifiers are strings, and are allocated on a first-come-first-served basis. They MUST not be longer than 32 octets and MUST consist only of printable USASCII characters, i.e., VCHAR as defined in [RFC5234]. Implementations MUST match WebAuthn attestation type identifiers in a case-insensitive fashion. ``` Please view or discuss this issue at https://github.com/w3c/webauthn/issues/127 using your GitHub account
Received on Friday, 10 June 2016 22:30:28 UTC