A Deno-compatible AT Protocol OAuth client that serves as a drop-in replacement for @atproto/oauth-client-node
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix markdown table formatting in README

- Auto-format table alignment to meet linting standards

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

+6 -6
+6 -6
README.md
··· 38 38 39 39 ## 🔄 vs @atproto/oauth-client-node 40 40 41 - | Feature | @tijs/oauth-client-deno | @atproto/oauth-client-node | 42 - | ---------------- | ---------------------------------------------- | ----------------------------------------- | 43 - | **Input Types** | AT Protocol handles only | Handles, DIDs, PDS URLs, Entryway URLs | 44 - | **Runtime** | Deno, Web Crypto API | Node.js, Node crypto | 45 - | **Return Types** | `URL` objects, `URLSearchParams` | `URL` objects, `URLSearchParams` | 46 - | **Storage** | Memory, LocalStorage, SQLite, custom | Configurable | 41 + | Feature | @tijs/oauth-client-deno | @atproto/oauth-client-node | 42 + | ---------------- | ------------------------------------ | -------------------------------------- | 43 + | **Input Types** | AT Protocol handles only | Handles, DIDs, PDS URLs, Entryway URLs | 44 + | **Runtime** | Deno, Web Crypto API | Node.js, Node crypto | 45 + | **Return Types** | `URL` objects, `URLSearchParams` | `URL` objects, `URLSearchParams` | 46 + | **Storage** | Memory, LocalStorage, SQLite, custom | Configurable | 47 47 48 48 ## 📖 Quick Start 49 49