Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better OAuth implementation for datasource/airbyte #603

Open
NaderRNA opened this issue Oct 11, 2024 · 2 comments · May be fixed by #611
Open

Better OAuth implementation for datasource/airbyte #603

NaderRNA opened this issue Oct 11, 2024 · 2 comments · May be fixed by #611
Assignees
Labels
enhancement New feature or request

Comments

@NaderRNA
Copy link
Collaborator

implement better OAuth for some datasources to use "Log In With ..." instead of requiring users to find their OAuth token.

@NaderRNA NaderRNA added the enhancement New feature or request label Oct 11, 2024
@NaderRNA NaderRNA self-assigned this Oct 11, 2024
@NaderRNA NaderRNA moved this to In Progress in AgentCloud Public Roadmap Oct 11, 2024
@NaderRNA
Copy link
Collaborator Author

Implement passport.js strategies for:

  • Hubspot
  • Salesforce
  • Snowflake
  • Google Drive
  • Google Sheets
  • airtable
  • Slack
  • Zendesk Support
  • Xero
    (maybe more in future)

@NaderRNA NaderRNA linked a pull request Oct 21, 2024 that will close this issue
6 tasks
@NaderRNA
Copy link
Collaborator Author

NaderRNA commented Oct 22, 2024

Passport.js currently supports the following strategies:

  • Hubspot
  • Google (not sure if this supports drive and sheets)
  • Slack
  • Zendesk
  • Xero

It DOESN'T support the following:

  • Salesforce
  • Snowflake
  • Airtable

I think I'll need to create custom strategies to OAuth the rest of them in #617

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant