Description
Adds OAuth support to Python Requests so applications can sign HTTP calls for services that use OAuth 1 or OAuth 2 flows. It helps developers integrate account-based APIs without implementing the protocol details from scratch.
Use it inside Python clients, web apps, and automation that handle tokens. OAuth tokens can grant access to private accounts, so store them securely, request only needed scopes, and avoid logging authorization data.