We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
response_type
1 parent 20c1464 commit c2301f9Copy full SHA for c2301f9
1 file changed
server/utils/atproto/oauth.ts
@@ -31,6 +31,7 @@ export function getOauthClientMetadata() {
31
application_type: 'web',
32
token_endpoint_auth_method: 'none',
33
dpop_bound_access_tokens: true,
34
+ response_types: ['code'],
35
}) as OAuthClientMetadataInput
36
}
37
0 commit comments