Conversation
| val origin = "https://webauthn.guide" | ||
| val userId = "a2bd8bf7-2145-4a5a-910f-8fdc9ef421d3" | ||
|
|
||
| val keyPair = DP256.genDomainSpecificKeypair(derivedMainKey, origin, userId) |
There was a problem hiding this comment.
We should explain how to process credentials, sign them with the new keys.
The diff of the commit is removing previous example; we could just add the signing with the P256 keys .
There was a problem hiding this comment.
I was relying on the official documentation, it has all of the basic details and didn't want to duplicate their efforts.
The previous examples where only a small part of the process. The P256 keys are java.security.KeyPair based and plug into the existing documentation.
How granular would you like to go with the docs?
There was a problem hiding this comment.
Very. Let's give as much info as possible so that they shouldn't need to go to other sources to have a basic example.
We can reference the official docs for more info
ℹ Overview
✅ Acceptance:
npm test:covpasses