You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OAuth2's WebApplicationClient.prepare_request_body was refactored to better
support sending or omitting the client_id via a new include_client_id kwarg.
By default this is included. The method will also emit a DeprecationWarning if
a client_id parameter is submitted; the already configured self.client_id
is the preferred option. (youtube-dl versions available: 2019.1.10 #585)
There are new versions of oauthlib available from pypi.
3.0.0
This is a major release containing API Breaking changes, and new major features. See the full list below:
OAuth2.0 Provider - outstanding Features
OAuth2.0 Provider - API/Breaking Changes
OAuth2.0 Provider - Bugfixes
OAuth2.0 Client - Bugfixes / Changes:
prepare_token_request
supports sending an empty string forclient_id
(youtube-dl versions available: 2019.1.10 #585)WebApplicationClient.prepare_request_body
was refactored to bettersupport sending or omitting the
client_id
via a newinclude_client_id
kwarg.By default this is included. The method will also emit a DeprecationWarning if
a
client_id
parameter is submitted; the already configuredself.client_id
is the preferred option. (youtube-dl versions available: 2019.1.10 #585)
OAuth1.0 Client:
General fixes:
The text was updated successfully, but these errors were encountered: