social bookmarking for atproto

[frontend] Modify OAuth client metadata to use Clippr-specific scopes

hexmani.ac 08c2fef2 48ad0179

verified
+17 -10
+17 -10
frontend/public/oauth/client-metadata.json
··· 1 1 { 2 - "client_id": "https://clippr.social/oauth/client-metadata.json", 3 - "client_name": "Clippr", 4 - "client_uri": "https://clippr.social", 5 - "redirect_uris": ["https://clippr.social/"], 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 2 + "client_id": "https://clippr.social/oauth/client-metadata.json", 3 + "client_name": "Clippr", 4 + "client_uri": "https://clippr.social", 5 + "redirect_uris": [ 6 + "https://clippr.social/" 7 + ], 8 + "scope": "atproto blob?accept=image/* repo:social.clippr.actor.profile repo:social.clippr.feed.clip repo:social.clippr.feed.tag", 9 + "grant_types": [ 10 + "authorization_code", 11 + "refresh_token" 12 + ], 13 + "response_types": [ 14 + "code" 15 + ], 16 + "token_endpoint_auth_method": "none", 17 + "application_type": "web", 18 + "dpop_bound_access_tokens": true 12 19 }