Various AT Protocol integrations with obsidian
at filter-collections-toggle 14 lines 697 B view raw
1{ 2 "client_id": "https://treethought.github.io/obsidian-atmosphere/client-metadata.json", 3 "client_name": "obsidian-atmosphere", 4 "client_uri": "https://treethought.github.io/obsidian-atmosphere", 5 "redirect_uris": [ 6 "https://treethought.github.io/obsidian-atmosphere/oauth-callback.html" 7 ], 8 "scope": "atproto include:at.margin.authFull repo:site.standard.document repo:network.cosmik.card repo:network.cosmik.collection repo:network.cosmik.collectionLink, repo:community.lexicon.bookmarks.bookmark", 9 "grant_types": ["authorization_code", "refresh_token"], 10 "response_types": ["code"], 11 "token_endpoint_auth_method": "none", 12 "application_type": "native", 13 "dpop_bound_access_tokens": true 14}