feat(tauth): add tauth

refactor(ttp): now using ttp-core package from git
This commit is contained in:
Alois 2026-04-13 17:26:15 +02:00
commit cbbadc9e67
26 changed files with 519 additions and 2916 deletions

View file

@ -11,8 +11,8 @@ import {
import { useCrypto } from "@tensamin/crypto/context";
import { log } from "@tensamin/shared/log";
import { useStorage } from "@tensamin/storage/context";
import { createTransportClient, READY_STATE, type BoundSendFn } from "./core";
import type { PushHandler } from "./core";
import { createTransportClient, READY_STATE, type BoundSendFn } from "@tensamin/ttp-core";
import type { PushHandler } from "@tensamin/ttp-core";
import {
PING_INTERVAL,
RECONNECT_RESET,