Various AT Protocol integrations with obsidian
20
fork

Configure Feed

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

add metadata

+12
+12
client-metadata.json
··· 1 + { 2 + "client_id": "https://raw.githubusercontent.com/treethought/obsidian-atmosphere/refs/heads/oauth/client-metadata.json" 3 + "client_name": "obsidian-atmosphere", 4 + "client_uri": "https://example.com", 5 + "redirect_uris": ["https://example.com/oauth/callback"], 6 + "scope": "atproto transition:generic", 7 + "grant_types": ["authorization_code", "refresh_token"], 8 + "response_types": ["code"], 9 + "token_endpoint_auth_method": "none", 10 + "application_type": "web", 11 + "dpop_bound_access_tokens": true 12 + }