mirror of
https://github.com/hanzoai/base.git
synced 2026-08-06 05:12:11 +00:00
deploy / build (push) Successful in 1m35s
Hanzo IAM (hanzoai/iam) is original clean-room work — its LICENSE says so.
The third-party-derived identity server was hanzoai/iam-v1, and that is
retired. Comments here named the old vendor as if it were the IAM we ship,
which was simply false.
Every hit was a comment or doc. The behavior each one describes is real and
still described; only the name changed:
- envelope shape {status, msg, data} and status:"error"-at-HTTP-200 are
attributed to IAM, which is what the fakes actually emulate
- the phone-normalization probe still explains why three shapes are tried
- the /v1 vs /api/* mount notes now state the rule directly: /v1 is Base's
one external prefix. Outbound /api/* calls to the IAM server are its
contract and are untouched.
- hanzo.id not accepting HTTP Basic is stated on its own
No identifiers, routes, env vars or wire fields changed.
Co-authored-by: Hanzo Dev <dev@hanzo.ai>