[READ-ONLY] Mirror of https://github.com/flo-bit/atmo-tools. atmo.tools
0

Configure Feed

Select the types of activity you want to include in your feed.

try some fix?

Florian (Mar 3, 2026, 6:09 AM +0100) 3d73dcf1 3140988f

+2 -2
+2 -2
src/lib/atproto/server/oauth.ts
··· 64 64 return new OAuthClient({ 65 65 metadata: { 66 66 redirect_uris: [`http://127.0.0.1:${DEV_PORT}${REDIRECT_PATH}`], 67 - scope: scopes.join(' ') 67 + scope: scopes 68 68 }, 69 69 actorResolver, 70 70 stores ··· 85 85 metadata: { 86 86 client_id: site + '/oauth-client-metadata.json', 87 87 redirect_uris: [site + REDIRECT_PATH], 88 - scope: scopes.join(' '), 88 + scope: scopes, 89 89 jwks_uri: site + '/oauth/jwks.json' 90 90 }, 91 91 keyset: [key],