google / webauthndemo

An example Node.js Relying Party implementation of the WebAuthn specification
https://try-webauthn.appspot.com
Apache License 2.0
549 stars 120 forks source link

[DPK] Add functions to accommodate device public key. #105

Closed weiilug closed 1 year ago

weiilug commented 1 year ago
  1. Add function to store dpk in a separate collection ('dpk') of firestore.
  2. Add function to retrieve dpks.
  3. Complement the removeCredential function to remove the related dpks as well.
  4. Update the main.ts to show the dpk list for each credential