ceramicnetwork / js-ceramic

Typescript implementation of the Ceramic protocol
http://ceramic.network
Other
414 stars 127 forks source link

Added WebAuthN support to SignatureUtils for Passkey support #3202

Closed SnickerChar closed 6 months ago

SnickerChar commented 6 months ago

Description

This work was requested as an improvement from the Ceramic developers (Joel Thorstensson) in conjunction with Snickerdoodle Labs. It adds WebAuthN support for DID verification, which will enable Passkey support for DIDs. It just adds the Ceramic authored @didtools/key-webauthn package and wires it into SignatureUtils.

How Has This Been Tested?

Was not able to test on my local; the test scripts do not seem to work on a Windows machine. CI should catch any problems per devs.

PR checklist

Before submitting this PR, please make sure:

SnickerChar commented 6 months ago

Updated to 2.0.2

ukstv commented 6 months ago

Hey @SnickerChar the changes are now merged in a different PR: https://github.com/ceramicnetwork/js-ceramic/pull/3208 Had to do that due to some limitation on GH action. Ok to close this PR?

SnickerChar commented 6 months ago

No problem. Closed!