diff --git a/public/index.html b/public/index.html index e3077a5..a6320b0 100644 --- a/public/index.html +++ b/public/index.html @@ -1036,7 +1036,7 @@
# 1. Register a user with a commitment -curl -X POST https://api.zeroauth.dev/v1/users/register \ +curl -X POST https://zeroauth.dev/v1/users/register \ -H "Authorization: Bearer $ZEROAUTH_API_KEY" \ -H "Content-Type: application/json" \ -d '{ @@ -1045,7 +1045,7 @@3. Verify the proof
}' # 2. Verify a Groth16 proof at login -curl -X POST https://api.zeroauth.dev/v1/verifications \ +curl -X POST https://zeroauth.dev/v1/verifications \ -H "Authorization: Bearer $ZEROAUTH_API_KEY" \ -H "Content-Type: application/json" \ -d '{ @@ -1480,7 +1480,7 @@Pramaan: Zero-Knowledge Biometric Authentication
ZeroAuth