Skip to content

Commit d97f221

Browse files
authored
fix: atproto oauth missing response_type (#666)
1 parent 20c1464 commit d97f221

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)