spruceid / didkit

A cross-platform toolkit for decentralized identity.
https://www.spruceid.dev/didkit/didkit
Apache License 2.0
268 stars 76 forks source link

JWT issuance with ssh-agent #173

Open clehner opened 3 years ago

clehner commented 3 years ago

158 adds ssh-agent integration for issuing verifiable credentials and verifiable presentations with proof objects, using ssh-agent for signing. It should be possible to also use ssh-agent signing to create JWT VCs/VPs. This will depend on ssi exposing support for external JWT signing: https://github.com/spruceid/ssi/issues/221.

bumblefudge commented 3 years ago

And ZCaps? Separate issue? @chunningham ?