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