intuit-oauth
Intuit OAuth Client
What it is and what it does
intuit-oauth is the official Python client for Intuit's OAuth2 and OpenID Connect authentication. It handles the full token lifecycle—requesting access tokens, refreshing them, and revoking them—plus ID token validation and user profile retrieval from the Intuit UserInfo API. The library is designed to work with QuickBooks Accounting API, QuickBooks Payments API, and related Intuit services.
The package wraps HTTP authentication flows using requests, requests_oauthlib, and pyjwt, abstracting away the complexity of OAuth2 handshakes and JWT validation. It also supports migrating tokens from older OAuth1.0 implementations. With five runtime dependencies and a permissive Apache 2.0 license, it's a straightforward drop-in for any Python application that needs to authenticate against Intuit APIs.
Use it for:
- Authenticate a web application against QuickBooks Online to read or write accounting data.
- Obtain and refresh OAuth2 bearer tokens for calling Intuit APIs without re-prompting the user.
- Validate ID tokens returned by Intuit's OpenID Connect provider to confirm user identity.
- Fetch user profile attributes (email, name, etc.) from the Intuit UserInfo endpoint.
- Revoke expired or unused OAuth2 tokens to clean up access permissions.
- Migrate an existing OAuth1.0 integration to OAuth2 using built-in token conversion utilities.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides OAuth2 and OpenID Connect authentication for Intuit APIs, handling token lifecycle and user profile retrieval.
Yes. The package is actively maintained, has low install friction, carries no known vulnerabilities, and is the official Intuit-provided client. Install it if you're building against any Intuit API (QuickBooks, Payments, UserInfo). The only caveat is that Python version support is unspecified—verify compatibility with your target Python version before committing.
Install
intuit-oauth on PyPI
pip
pip install intuit-oauthuv
uv add intuit-oauthpoetry
poetry add intuit-oauthInstalling intuit-oauth
Before you install
Low friction installation with five runtime dependencies. Actively maintained—last commit 2026-07-22, released 23 days ago. Repository has 85 stars and is not archived.
License in practice
Licensed under Apache 2.0 (permissive), allowing commercial and private use with minimal restrictions.
Quickstart
pip install intuit-oauth
from intuit_oauth import AuthClient
client = AuthClient(
client_id='your_client_id',
client_secret='your_client_secret',
redirect_uri='your_redirect_uri'
)
Requires valid Intuit API credentials (client_id, client_secret, redirect_uri) from Intuit Developer portal.
Verify before relying
- Minimum Python version requirement (requires_python is unspecified in fact sheet)
- Whether token refresh and revocation are automatic or require explicit calls
- Support status for OAuth1.0 to OAuth2 migration beyond what the description states
Package facts
| License | Apache 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — pyjwt, requests, requests_oauthlib, six, enum-compat |
| Maintenance | actively maintained — 23 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,800,153/month — #3,544 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: intuit_oauth-1.2.7-py3-none-any.whl
Keywords: intuit, quickbooks, oauth, auth, openid, client
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
python-quickbooksA Python library for querying, creating,…
permissive · top 5,000 on PyPI
django-oidc-providerProvides OpenID Connect and OAuth 2.0 server…
permissive · top 15,000 on PyPI
pyopImplements an OpenID Connect Provider (OP)…
permissive · top 15,000 on PyPI
requests-oauthlibAdds OAuth 1 and OAuth 2 authentication support…
permissive · top 1,000 on PyPI
oicA complete Python implementation of OpenID…
permissive · top 15,000 on PyPI
conductor-pyA typed Python client for the Conductor API…
permissive · top 15,000 on PyPI
AuthlibAuthlib provides a complete implementation of…
permissive · top 1,000 on PyPI
oauth2-clientHandles OAuth2 authentication flows…
unclear · top 15,000 on PyPI
pyxeroPyXero is a Python client library for the Xero…
permissive · top 15,000 on PyPI
xero-pythonProvides Python bindings to Xero's accounting,…
permissive · top 15,000 on PyPI