creates video voice memos from audio clips; with bluesky integration. trill.ptr.pet
at main 453 B view raw
1{ 2 "client_id": "http://localhost:3000", 3 "client_name": "bsky voice memos", 4 "client_uri": "http://localhost:3000", 5 "logo_uri": "http://localhost:3000/favicon.png", 6 "redirect_uris": ["http://127.0.0.1:3000/"], 7 "scope": "atproto transition:generic", 8 "grant_types": ["authorization_code", "refresh_token"], 9 "response_types": ["code"], 10 "token_endpoint_auth_method": "none", 11 "application_type": "web", 12 "dpop_bound_access_tokens": true 13}