Re: [webauthn] Proposal/discussion: non-extractable CryptoKey output from the prf extension (#1895)

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