We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the api route /api/openid4vp-test is hit:
/api/openid4vp-test
user_email
$app.settings().meta.appURL + /wallet-test
http://localhost:8000/wallet-test
http://localhost:8000/wallet-test?workflow-id=dsakajshd&qr=dddd
create two endpoints:
wallet-test/confirm-success
workflow_id
wallet-test/notify-failure
{ workflow_id, reason }
The text was updated successfully, but these errors were encountered:
FilippoTrotter
No branches or pull requests
When the api route
/api/openid4vp-test
is hit:user_email
and this url$app.settings().meta.appURL + /wallet-test
(e.ghttp://localhost:8000/wallet-test
)http://localhost:8000/wallet-test?workflow-id=dsakajshd&qr=dddd
create two endpoints:
wallet-test/confirm-success
mandi una POST con soloworkflow_id
wallet-test/notify-failure
mandi una POST con{ workflow_id, reason }
The text was updated successfully, but these errors were encountered: