Framework-agnostic OAuth integration for AT Protocol (Bluesky) applications.
1
fork

Configure Feed

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

Add npm badge and install instructions to README

+10 -6
+10 -6
README.md
··· 2 2 3 3 [![Test](https://github.com/tijs/atproto-oauth/actions/workflows/test.yml/badge.svg)](https://github.com/tijs/atproto-oauth/actions/workflows/test.yml) 4 4 [![JSR](https://jsr.io/badges/@tijs/atproto-oauth)](https://jsr.io/@tijs/atproto-oauth) 5 + [![npm](https://img.shields.io/npm/v/@tijs/atproto-oauth)](https://www.npmjs.com/package/@tijs/atproto-oauth) 5 6 6 7 Framework-agnostic OAuth integration for AT Protocol (Bluesky) applications. 7 8 Works with standard Web Request/Response APIs - no framework dependencies. ··· 45 46 46 47 ## Installation 47 48 48 - ```typescript 49 - import { createATProtoOAuth } from "jsr:@tijs/atproto-oauth"; 50 - import { SQLiteStorage, sqliteAdapter } from "jsr:@tijs/atproto-storage"; 49 + ```bash 50 + # npm 51 + npm install @tijs/atproto-oauth @tijs/atproto-storage 52 + 53 + # Deno 54 + deno add jsr:@tijs/atproto-oauth jsr:@tijs/atproto-storage 51 55 ``` 52 56 53 57 ## Usage ··· 228 232 229 233 ## Related Packages 230 234 231 - - [@tijs/atproto-storage](https://jsr.io/@tijs/atproto-storage) - Storage 235 + - [@tijs/atproto-storage](https://jsr.io/@tijs/atproto-storage) ([npm](https://www.npmjs.com/package/@tijs/atproto-storage)) - Storage 232 236 implementations 233 - - [@tijs/atproto-sessions](https://jsr.io/@tijs/atproto-sessions) - Session 237 + - [@tijs/atproto-sessions](https://jsr.io/@tijs/atproto-sessions) ([npm](https://www.npmjs.com/package/@tijs/atproto-sessions)) - Session 234 238 cookie management 235 - - [@tijs/oauth-client-deno](https://jsr.io/@tijs/oauth-client-deno) - AT 239 + - [@tijs/oauth-client-deno](https://jsr.io/@tijs/oauth-client-deno) ([npm](https://www.npmjs.com/package/@tijs/oauth-client-deno)) - AT 236 240 Protocol OAuth client 237 241 238 242 ## License