Description
Implements OAuth request-signing and protocol logic for Python applications. It helps clients and servers handle OAuth flows, token handling, and signed requests according to the specification.
Authentication protocol code is security-sensitive. Developers should validate redirects, scopes, token storage, and allowed signature methods carefully.