Files
logos-plugin-qt/cpp
Dario Gabriel LipicarandClaude Opus 5 8ee0e81c57 fix(tokens): follow logos-protocol's inbound/outbound store split
TokenManager now keeps INBOUND (caller -> what I issued them) and OUTBOUND
(callee -> what I present) in separate maps, with the trust anchor as a
scalar credential rather than a map entry. Call sites here move to the
accessor that names the direction they meant.

The pre-split single map made a grant one way a grant BOTH ways: a token
minted so M could call B was found by B's client when B called M, so
requestModule was skipped and the access policy never ran. See
logos-protocol's companion change.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-23 12:08:28 -03:00
..