Markdown -> Semble importer
at canon 18 lines 548 B view raw
1{ 2 "client_id": "https://md2semble.example.com/client-metadata.json", 3 "client_name": "Markdown Semble Importer", 4 "redirect_uris": [ 5 "https://md2semble.example.com/" 6 ], 7 "token_endpoint_auth_method": "none", 8 "dpop_bound_access_tokens": true, 9 "scope": "atproto repo:network.cosmik.card?action=create repo:network.cosmik.collection?action=create repo:network.cosmik.collectionLink?action=create", 10 "grant_types": [ 11 "authorization_code", 12 "refresh_token" 13 ], 14 "response_types": [ 15 "code" 16 ], 17 "application_type": "web" 18}