🔗 id-tnet.lo

TNET central anonymous identity — one origin, one HttpOnly host-cookie (__Secure-tnet_uid)
this page's unique_id:
health:

Endpoints

routewhat it does
GET /syncread-or-mint, sets the central cookie, returns the signed id (silent fetch+CORS — Chrome 3p path)
GET /whoamiread-only probe: returns the uid iff the 3p cookie reached us (capability check)
GET /bridgeSafari / 3p-blocked fallback: one-time top-level redirect; signed id returned in the URL fragment
GET /healthliveness

Integration (one tag per platform)

<script src="https://id-tnet.lo/sdk.js" defer></script>
<script>
  TNETID.get().then(r => r && console.log('[tnet-id]', r.uid, r.source));
</script>
If third-party cookies are blocked, the SDK uses a top-level redirect bridge.