Skip to content

Commit c2301f9

Browse files
authored
fix(atproto/oauth): missing response_type
1 parent 20c1464 commit c2301f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/utils/atproto/oauth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export function getOauthClientMetadata() {
3131
application_type: 'web',
3232
token_endpoint_auth_method: 'none',
3333
dpop_bound_access_tokens: true,
34+
response_types: ['code'],
3435
}) as OAuthClientMetadataInput
3536
}
3637

0 commit comments

Comments
 (0)