veramo
veramo copied to clipboard
[proposal] split `ICredentialIssuer` verification methods to a new `ICredentialVerifier` interface
Naming is hard, but what we have now is an interface and a plugin implementation for both issuers and verifiers. It would be better to separate them, or rename the existing interface.
Both options are viable if we also create an interface that inherits from both.