Skip to content

feat(auth): add Intuit (QuickBooks) auth provider [TOO-1140]#873

Draft
EricGustin wants to merge 2 commits into
mainfrom
ericgustin/intuit-provider
Draft

feat(auth): add Intuit (QuickBooks) auth provider [TOO-1140]#873
EricGustin wants to merge 2 commits into
mainfrom
ericgustin/intuit-provider

Conversation

@EricGustin

@EricGustin EricGustin commented Jun 14, 2026

Copy link
Copy Markdown
Member

Add Intuit (QuickBooks) auth provider

Adds the Intuit OAuth2 auth provider class (provider_id="intuit") so toolkits and
the framework can reference Intuit auth by name, matching the new engine well-known
provider.

Linear: TOO-1140 · sister to the engine well-known PR (monorepo) and the docs PR.

The OAuth flow for this provider was validated end-to-end against a live Engine
(authorize → consent → token exchange → userinfo call with the minted token → refresh,
all green) before any of these PRs were opened. See the engine PR for the full proof
bundle.

Files

  • libs/arcade-core/arcade_core/auth.pyIntuit(OAuth2) provider class
  • tdk + mcp-server auth/__init__.py re-exports

Related

So toolkit authors can `requires_auth=Intuit()` for Intuit/QuickBooks tools, mirroring
the existing Hubspot provider. provider_id = "intuit" (matches the Engine well-known
entry). Re-exported from arcade-tdk and arcade-mcp-server auth packages. ruff clean;
Intuit().provider_id == "intuit" and re-exports resolve in all three packages.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
libs/arcade-core/arcade_core/auth.py 100.00% <100.00%> (+14.70%) ⬆️
...cade-mcp-server/arcade_mcp_server/auth/__init__.py 100.00% <ø> (ø)
libs/arcade-tdk/arcade_tdk/auth/__init__.py 100.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Instantiating each provider class exercises its __init__/super().__init__,
which codecov patch flags as uncovered when a new provider lands. Walking the
provider classes dynamically keeps every current and future provider covered
with no per-provider test edit.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@EricGustin EricGustin force-pushed the ericgustin/intuit-provider branch from 6e424f0 to 2550d80 Compare June 14, 2026 06:08
@github-actions

Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has had no activity for 14 days. It will be closed in 14 days if no further activity occurs. If this is still relevant, please leave a comment or remove the stale label.

@github-actions github-actions Bot added the stale label Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant