OAuth2 LegacyApplicationClient
should honor default scopes in prepare_request_body
#725
Labels
Milestone
Hi there,
I found this while using
requests-oauthlib
(requests/requests-oauthlib#406) but it actually belongs here.Consider this code:
I currently have to include the
scope
infetch_token()
to get a valid token, because the default scopes defined inLegacyApplicationClient
are not used inLegacyApplicationClient.prepare_request_body(...)
whenscope=None
is received.I will submit a PR
The text was updated successfully, but these errors were encountered: