auth/actor_lookup_actions.ts view source
ActorLookupActionDeps import type {ActorLookupActionDeps} from '@fuzdev/fuz_app/auth/actor_lookup_actions.js'; Dependencies for create_actor_lookup_actions.
log
type Logger
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 import type {ActorLookupActionDeps} from '@fuzdev/fuz_app/auth/actor_lookup_actions.js'; Dependencies for create_actor_lookup_actions.
logtype Logger
auth/actor_lookup_actions.ts view source
(_deps: ActorLookupActionDeps): RpcAction[] import {create_actor_lookup_actions} from '@fuzdev/fuz_app/auth/actor_lookup_actions.js'; _depsRpcAction[]