mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
fix: remove scope with auth code grant (#2815)
This commit is contained in:
parent
b872fdfe6d
commit
df120787ca
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user