feat(auth): add Intuit (QuickBooks) auth provider [TOO-1140]#873
Draft
EricGustin wants to merge 2 commits into
Draft
feat(auth): add Intuit (QuickBooks) auth provider [TOO-1140]#873EricGustin wants to merge 2 commits into
EricGustin wants to merge 2 commits into
Conversation
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 Report✅ All modified and coverable lines are covered by tests.
🚀 New features to boost your workflow:
|
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>
6e424f0 to
2550d80
Compare
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Intuit (QuickBooks) auth provider
Adds the
IntuitOAuth2 auth provider class (provider_id="intuit") so toolkits andthe 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.py—Intuit(OAuth2)provider classauth/__init__.pyre-exportsRelated