openwallet-foundation-labs / credhub

a cloud wallet for natural persons + minimal issuer and verifier implementations
https://credhub.eu
Apache License 2.0
6 stars 5 forks source link

Persist issued credentials #25

Closed cre8 closed 2 months ago

cre8 commented 2 months ago

For the issuer it's important to manage the issued credentials. The best way to do so is to safe it into a database.

To benefit from the nestjs framework, we should validate if we can use it for this task and import the whole issuer to it. It should be possible to get the express instance of nestjs and pass it to the oid4vci instance.