(fix): update readme

This commit is contained in:
Alois 2026-04-14 01:04:52 +02:00
commit b8889812c5

View file

@ -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