Skip to content

Commit a7a637c

Browse files
Add loose authorization (#289)
1 parent 1beb343 commit a7a637c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schemaregistry/oauth/oauth-client.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ export class OAuthClient {
2323
auth: {
2424
tokenHost: tokenHost,
2525
tokenPath: tokenPath
26+
},
27+
options: {
28+
credentialsEncodingMode: 'loose'
2629
}
2730
}
2831

0 commit comments

Comments
 (0)