Commit graph

2 commits

Author SHA1 Message Date
1b6a1984c0 docs: QR-LOGIN reverse-mode standard
- docs/QR-LOGIN.md: canonical QR JSON contract (v/type/relay/svc/code/msg),
  reverse flow, client and service rules, security model (server can't
  substitute, code is a match+anti-phishing marker not an authenticator)
- SERVICE-GUIDE.md: link the two login modes
2026-08-26 17:51:04 +03:00
3bf13fa488 Public SDK packages, proxy-aware rate limits, service login recipe
- internal/{address,identity,protocol,tce,transport,verify} -> pkg/ so
  external Go projects can import the verified core; invariant tests
  updated for the new paths
- Config.TrustProxy: key rate limiting by X-Forwarded-For when the relay
  sits behind a reverse proxy (off by default, header never trusted
  otherwise)
- examples/service + examples/approve: complete passwordless login round
  trip (mint request -> wallet approves -> local verify), run live in CI
- docs/SERVICE-GUIDE.md: the integration recipe
2026-08-26 12:49:54 +03:00