Statusphere, but in atcute and SvelteKit
atproto svelte sveltekit drizzle atcute typescript

fix: don't use transition:generic

mary.my.id 0dc2f292 acc7c057

verified
+1 -1
+1 -1
src/lib/server/oauth/index.ts
··· 27 27 client_id: new URL('/oauth-client-metadata.json', publicUrl).href, 28 28 client_name: 'statusphere', 29 29 redirect_uris: [new URL('/oauth/callback', publicUrl).href], 30 - scope: 'atproto transition:generic', 30 + scope: 'atproto repo:xyz.statusphere.status', 31 31 jwks_uri: new URL('/jwks.json', publicUrl).href, 32 32 }, 33 33