Skip to content

Commit b85224b

Browse files
Merge branch 'main' into feat/more-badges
2 parents 5b2c3d4 + d97f221 commit b85224b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)