Upload images to your PDS and get instant CDN URLs via images.blue
1{
2 "client_id": "https://blup.imgs.blue/oauth-client-metadata.json",
3 "client_name": "Blup",
4 "client_uri": "https://blup.imgs.blue",
5 "grant_types": [
6 "authorization_code",
7 "refresh_token"
8 ],
9 "scope": "atproto repo:blue.imgs.blup.image blob:image/*",
10 "response_types": [
11 "code"
12 ],
13 "redirect_uris": [
14 "https://blup.imgs.blue/oauth/callback"
15 ],
16 "dpop_bound_access_tokens": true,
17 "token_endpoint_auth_method": "none",
18 "application_type": "native"
19}