Scrapboard.org client

Merge branch 'main' of https://github.com/Turtlepaw/scribble

TurtlePaw 9f4500e4 56767de3

+9 -9
+7 -7
public/client-metadata.json
··· 1 1 { 2 - "client_id": "https://scribbleboard.pages.dev/client-metadata.json", 2 + "client_id": "https://pin.to.it/client-metadata.json", 3 3 "client_name": "Scribbleboard", 4 - "client_uri": "https://scribbleboard.pages.dev", 5 - "logo_uri": "https://scribbleboard.pages.dev/logo.png", 6 - "tos_uri": "https://scribbleboard.pages.dev/tos", 7 - "policy_uri": "https://scribbleboard.pages.dev/policy", 4 + "client_uri": "https://pin.to.it", 5 + "logo_uri": "https://pin.to.it/logo.png", 6 + "tos_uri": "https://pin.to.it/tos", 7 + "policy_uri": "https://pin.to.it/policy", 8 8 "redirect_uris": [ 9 - "https://scribbleboard.pages.dev" 9 + "https://pin.to.it" 10 10 ], 11 11 "scope": "atproto transition:generic", 12 12 "grant_types": [ ··· 19 19 "token_endpoint_auth_method": "none", 20 20 "application_type": "web", 21 21 "dpop_bound_access_tokens": true 22 - } 22 + }
+1 -1
src/app/layout.tsx
··· 21 21 const inter = Inter({ subsets: ["latin"] }); 22 22 23 23 export const metadata: Metadata = { 24 - title: "Scribbleboard", 24 + title: "pin.to.it", 25 25 description: "Simple scrapboard client", 26 26 }; 27 27
+1 -1
src/lib/hooks/useAuth.tsx
··· 58 58 }) 59 59 : await BrowserOAuthClient.load({ 60 60 handleResolver, 61 - clientId: "https://scribbleboard.pages.dev/client-metadata.json", 61 + clientId: "https://pin.to.it/client-metadata.json", 62 62 }); 63 63 64 64 setClient(c);