mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 05:05:39 +00:00
fix: remove scope with auth code grant (#2815)
This commit is contained in:
@@ -32,9 +32,6 @@ const resolveOAuth2AuthorizationCodeAccessToken = async (request, collectionUid)
|
||||
client_secret: clientSecret,
|
||||
state: state
|
||||
};
|
||||
if (scope) {
|
||||
data['scope'] = scope;
|
||||
}
|
||||
if (pkce) {
|
||||
data['code_verifier'] = codeVerifier;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user