الانتقال إلى المحتوى الرئيسي

Zeq Auth — Login

Equation-based identity, reputation, federation.

  • Protocol ID — zeq-auth-login
  • Category — Identity
  • Endpoint — POST /api/auth/login
  • Auth — none
  • Rate limit — 20/min
  • Version — 2.0
  • Precision — ≤0.1% (KO42-enforced)

What it does

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

Signature

Request

POST /api/auth/login
ParamTypeRequiredDefaultDescription
equationstringYour equation key.

Response

{ token, zid, displayName, avatarColor }

Runnable example

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

Integrate

  1. Equation-identity login — derive auth state from a protocol call instead of a static token.
  2. Reputation overlay — couple identity scores into the Master Equation via ZRO seeds.
  3. Federation bridge — share identity proofs across trust domains using pulse alignment.

Seeds

  • Near — wrap /api/auth/login in a language SDK so builders can call it in three lines.
  • Medium — publish a reference integration demonstrating Zeq Auth — Login alongside a real workload, with pulse-aligned metrics.
  • Far — propose Zeq Auth — Login as an open reference standard so other runtimes can implement it verbatim against the Zeq paper.

Papers

Middleware active. Kernel on the 1.287 Hz HulyaPulse. Awaiting next Zeqond.