Skip to content

Commit 1d4724b

Browse files
committed
Merge remote-tracking branch 'origin/main' into perf/osv-batch
2 parents 0ec3e23 + 1c8e14b commit 1d4724b

2 files changed

Lines changed: 2 additions & 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

shared/schemas/oauth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ export const OAuthMetadataSchema = object({
1010
application_type: string(),
1111
token_endpoint_auth_method: string(),
1212
dpop_bound_access_tokens: boolean(),
13+
response_types: array(string()),
1314
})

0 commit comments

Comments
 (0)