{% extends "base.html" %} {% block title %}Vendor Verification{% endblock %} {% block content %}
For integrating vendors: check a native call payload through a real adapter, and verify an NHID-Auth v2 agent passport (Ed25519) end to end.
Posts a native vendor payload to the real /v1/adapters/<vendor>/check route (same code path as production).
—
Mints a real Ed25519 agent passport server-side and verifies it through the production /v1/identity/verify-passport route. Toggle tamper to prove signature rejection.