openwallet-foundation-labs / credhub

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

Add webhook logic to validation process #29

Open cre8 opened 4 months ago

cre8 commented 4 months ago

When adding the credential request, the relying party should be able to add some webhooks that should be called after the validation was over.

Of course this could be implemented by the relying party, but then it has to fork and build the verifier on their own. Adding webhooks with simple authentication (like static token or maybe oidc later), allows to send the verification result without touching the code.