- From: Matthew Miller via GitHub <sysbot+gh@w3.org>
- Date: Wed, 16 Aug 2023 18:57:01 +0000
- To: public-webauthn@w3.org
Hearing that it's possible to make this happen, then I'm all for the addition of something like `asCryptoKey` 🎉
The one thing I'd suggest is to move `asCryptoKey` up a level, out of `eval`, like this:
```js
extensions: {
prf: {
eval: {
first: firstSalt,
},
asCryptoKey: true,
},
},
```
--
GitHub Notification of comment by MasterKale
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1895#issuecomment-1681122270 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 16 August 2023 18:57:03 UTC