Image sharing backed by ATProto
atproto images gleam

add oauth-client-metadata.json

Signed-off-by: Naomi Roberts <mia@naomieow.xyz>

lesbian.skin e0495375 01692fbd

verified
+13
+13
assets/oauth-client-metadata.json
··· 1 + { 2 + "client_id": "https://plonk.top/oauth-client-metadata.json", 3 + "dpop_bound_access_tokens": true, 4 + "application_type": "web", 5 + "redirect_uris": ["https://plonk.top"], 6 + "grant_types": ["authorization_code", "refresh_token"], 7 + "response_types": ["code"], 8 + "scope": "atproto repo:top.plonk.image?action=create&action=delete&action=update blob:*/*", 9 + "token_endpoint_auth_method": "private_key_jwt", 10 + "token_endpoint_auth_signing_alg": "ES256", 11 + "client_name": "Plonk", 12 + "client_uri": "https://plonk.top" 13 + }