decentralized-identity / did-registration

A specification for DID create/update/deactivate operations.
https://identity.foundation/did-registration/
Apache License 2.0
11 stars 3 forks source link

Add "kid", "alg", "purpose" to signing responses #31

Closed peacekeeper closed 8 months ago

peacekeeper commented 9 months ago

This makes it possible to include the "kid", "alg" and "purpose" fields in a signing response. This should make it easier to create more stateless implementations that don't have to rely on the "jobId" field for keeping track of requests and respones.