Skip to main content

Zeq Auth — Login

Re-enter your equation to authenticate. Same equation → same evaluation → same hash → same ZID. No password database to breach. Infinite mathematical function space.

EndpointPOST /api/auth/login
Authnone
Rate limit20/min
Categoryidentity

Parameters

NameTypeRequiredDescription
equationstringYesYour equation key.

Returns

{ token, zid, displayName, avatarColor }

Example

curl -sS -X POST \
-H "Content-Type: application/json" \
-d '{
"equation": "<equation>"
}' \
"https://zeqsdk.com/api/auth/login"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-auth-login.