auth/actor_lookup_actions.ts view source
ActorLookupActionDeps Dependencies for create_actor_lookup_actions.
actor_lookup RPC handler.
Pure read — no audit, no side effects. Auth (account: 'required') +
rate-limit (account-grain) enforced at the spec layer; see
auth/actor_lookup_action_specs.ts for the info-leak audit.
display_name is omitted (not null) when actor.name is blank,
matching the wire shape display_name? so the typed client sees an
undefined rather than a sentinel string.
2 declarations
auth/actor_lookup_actions.ts view source
ActorLookupActionDeps Dependencies for create_actor_lookup_actions.
auth/actor_lookup_actions.ts view source
(_deps: ActorLookupActionDeps): RpcAction[] _depsRpcAction[]