You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: