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.

Update oauth-client-deno to 4.1.2 — resolve DID from token sub claim

+2 -2
+2 -2
deno.json
··· 1 1 { 2 2 "$schema": "https://jsr.io/schema/config-file.v1.json", 3 3 "name": "@tijs/atproto-oauth", 4 - "version": "2.6.2", 4 + "version": "2.6.3", 5 5 "license": "MIT", 6 6 "exports": "./mod.ts", 7 7 "publish": { ··· 16 16 }, 17 17 "imports": { 18 18 "@std/assert": "jsr:@std/assert@1.0.16", 19 - "@tijs/oauth-client-deno": "jsr:@tijs/oauth-client-deno@4.1.1", 19 + "@tijs/oauth-client-deno": "jsr:@tijs/oauth-client-deno@4.1.2", 20 20 "@tijs/atproto-sessions": "jsr:@tijs/atproto-sessions@2.1.0", 21 21 "@tijs/atproto-storage": "jsr:@tijs/atproto-storage@0.1.1", 22 22 "@atproto/syntax": "npm:@atproto/syntax@0.3.0"