this repo has no description
0
fork

Configure Feed

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

oauth(atproto): add missing oauth metatdata

Clément 8e46b29d a8da8722

+3
+3
app/scripts/generate-metadata.ts
··· 15 15 redirect_uris: [`${baseUrl}/api/auth/atproto`], 16 16 scope: 'atproto transition:generic', 17 17 application_type: 'web', 18 + token_endpoint_auth_method: 'none', 19 + grant_types: ['authorization_code'], 20 + dpop_bound_access_tokens: true, 18 21 }), 19 22 );