[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

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

fix: atproto oauth missing `response_type` (#666)

authored by

Luna Seemann and committed by
GitHub
d97f2211 20c14644

+1
+1
server/utils/atproto/oauth.ts
··· 31 31 application_type: 'web', 32 32 token_endpoint_auth_method: 'none', 33 33 dpop_bound_access_tokens: true, 34 + response_types: ['code'], 34 35 }) as OAuthClientMetadataInput 35 36 } 36 37