Re: [webauthn] Expand algorithm to include attestation format

After speaking with some more people, deciding that we don't need to 
have the server specify this for now.  There aren't that many 
implemented formats around... If this becomes a problem, we can always
 extend

```
dictionary ScopedCredentialParameters {
    required ScopedCredentialType  type;
    required AlgorithmIdentifier   algorithm;
};
```

to have an `AttestationFormat`

-- 
GitHub Notification of comment by leshi
Please view or discuss this issue at 
https://github.com/w3c/webauthn/issues/212#issuecomment-249253326 
using your GitHub account

Received on Friday, 23 September 2016 17:28:43 UTC