eclipse-tractusx / ssi-credential-issuer

SSI Credential Issuer
Apache License 2.0
3 stars 9 forks source link

Adjust create and sign endpoint calls to single endpoint #232

Closed Phil91 closed 1 week ago

Phil91 commented 2 months ago

Description

The current process creates and signs the credential with two separate calls, this can be merged into one call. The currently used Wallet supports the creation and signing of a credential in one call.

Acceptance Criteria

Phil91 commented 2 months ago

@MaximilianHauer fyi