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

Add generic key storage #12

Closed cre8 closed 2 months ago

cre8 commented 2 months ago

Right now we are storing the keys into the database :)

We should implement a generic interface that allows developers to add other mechanisms like a vault

cre8 commented 2 months ago

It seems the produced signature is not valid. Maybe we can extract the private key and execute it local to compare the signatures.

cre8 commented 2 months ago

We can also evaluate if the want to add the functionality to manage the verifier and issuers key via the vault.