Skip to main content

Auth: hbf-broadcast

How this service handles authentication. Full flows: docs/architecture/auth-flows.md

Tokens This Service Accepts

Token typeWhere validatedGuard / middleware
(none)N/AN/A

Tokens This Service Sends

CallingToken usedHow attached
hbf-coreCORE_TOKENBearer header (via HBFCoreApi(config.get("core.url"), config.get("core.token")) in app.js)

Tokens This Service Issues

None.

Roles / Scopes Enforced

Endpoint patternRequired role
(none)N/A

Auth Notes

  • Restify-based daemon process for broadcasting messages to Facebook, Teams, Slack, Viber, and Email.
  • No auth guards detected. No queryable HTTP API with authentication.
  • Internal-only service. Security relies on network-level isolation rather than token-based auth.