/** * App-side glue for running a product on the Tangle platform * (id.tangle.tools): cross-site SSO login orchestration. The wire clients * and persistence are structural seams; this module owns the protocol. */ export * from './sso'; export * from './hub'; export * from './billing'; export * from './guards';