Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ <h3 style="margin-top:1.5rem;">3. Verify the proof</h3>
<button class="code-copy" type="button" data-copy="curl">Copy</button>
</div>
<div class="code-pane active" data-pane="curl"><pre class="code-body" id="code-curl"><span class="cmt"># 1. Register a user with a commitment</span>
curl -X POST https://api.zeroauth.dev/v1/users/register \
curl -X POST https://zeroauth.dev/v1/users/register \
-H <span class="str">"Authorization: Bearer $ZEROAUTH_API_KEY"</span> \
-H <span class="str">"Content-Type: application/json"</span> \
-d <span class="str">'{
Expand All @@ -1045,7 +1045,7 @@ <h3 style="margin-top:1.5rem;">3. Verify the proof</h3>
}'</span>

<span class="cmt"># 2. Verify a Groth16 proof at login</span>
curl -X POST https://api.zeroauth.dev/v1/verifications \
curl -X POST https://zeroauth.dev/v1/verifications \
-H <span class="str">"Authorization: Bearer $ZEROAUTH_API_KEY"</span> \
-H <span class="str">"Content-Type: application/json"</span> \
-d <span class="str">'{
Expand Down Expand Up @@ -1480,7 +1480,7 @@ <h3>Pramaan: Zero-Knowledge Biometric Authentication</h3>
ZeroAuth
</div>
<p class="footer-tagline">Auth API where a breach exposes nothing. Built on the patented <strong style="color:var(--text-secondary);font-weight:600;">Pramaan&trade;</strong> zero-knowledge biometric protocol.</p>
<a href="https://status.zeroauth.dev" target="_blank" rel="noopener" class="footer-status">
<a href="/api/health" target="_blank" rel="noopener" class="footer-status" title="JSON health endpoint — covers API, Postgres, Redis, and the Base Sepolia blockchain RPC. A dedicated status.zeroauth.dev page is on the roadmap.">
<span class="footer-status-dot"></span>
All systems operational
</a>
Expand Down Expand Up @@ -1539,7 +1539,7 @@ <h4>Company</h4>
<a href="/docs" aria-label="Documentation">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/></svg>
</a>
<a href="https://status.zeroauth.dev" target="_blank" rel="noopener" aria-label="Status">
<a href="/api/health" target="_blank" rel="noopener" aria-label="Health" title="JSON health endpoint">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"/></svg>
</a>
</div>
Expand Down
Loading