From b8889812c5f9a4f1f5b8c22187b566f69d84fb6c Mon Sep 17 00:00:00 2001 From: Alois Date: Tue, 14 Apr 2026 01:04:52 +0200 Subject: [PATCH] (fix): update readme --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index bcb9528..a89c7e1 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,6 @@ TypeScript SDK for TAuth-based login and transport session bootstrap. This SDK starts a local HTTP callback server, verifies a challenge, and opens an authenticated TTP transport client per `userId:sessionId`. -## What this SDK does - -- Generates and verifies authentication challenges -- Starts callback and auth endpoints (`/callback`, `/auth`) -- Redirects users to your TAuth frontend URL -- Creates and tracks TTP clients in `clientMap` - ## Requirements - A modern version of Bun