Skip to content

Conversation

jottakka
Copy link
Contributor

Oauth Docs for :

  • Miro
  • AirTable
  • PagerDuty
  • SquareUp
  • Calendly

Copy link

vercel bot commented Oct 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Error Error Oct 13, 2025 9:56pm

@jottakka jottakka self-assigned this Oct 13, 2025
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

from arcade_tdk.auth import OAuth2


@tool(requires_auth=OAuth2(provider_id="calendly", scopes=["default"]))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: OAuth Provider ID Naming Inconsistency

OAuth provider documentation and Python example code inconsistently reference providers. Documentation uses provider_id in OAuth2 definitions and base provider names (e.g., "miro") for both OAuth2 and client.auth.start()'s provider parameter. Example code, however, uses id and prefixed names (e.g., "arcade-miro") for both. This mismatch may cause authentication failures or confusion.

Additional Locations (8)

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant