-
Notifications
You must be signed in to change notification settings - Fork 488
feat(dropbox-sign): Add support for Dropbox sign OAuth #4019
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
base: master
Are you sure you want to change the base?
Conversation
This commit introduces the Dropbox Sign OAuth integration, including detailed documentation for setup and usage. Key changes include: - New documentation files for Dropbox Sign OAuth, covering access requirements, setup instructions, and useful links. - Configuration for Dropbox Sign OAuth in the providers.yaml file, specifying authentication details and API endpoints. - Addition of a logo asset for Dropbox Sign OAuth. This integration allows users to authenticate and connect their applications with Dropbox Sign using OAuth, enhancing the overall capabilities of the Nango platform.
Your mrge subscription is currently inactive. Please reactivate your subscription to receive AI reviews and use mrge. |
…al asset Enhanced the Dropbox Sign OAuth documentation by updating the connection instructions for creating an app, including detailed steps for accessing the Developer Portal and enabling OAuth. Additionally, added a new visual asset (form.png) to improve user guidance.
@@ -0,0 +1,51 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file can be removed, there are no credentials to get
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not the client secret and id?
f519537
to
87a5092
Compare
CONVERTED TO DRAFT SINCE NANGO DOESN'T YET SUPPORT COMPLETE REMOVAL OF THE SCOPE PARAM FROM THE URL WHICH CAUSES AN ERROR WHEN OBTAINING AUTHORIZATION.
This PR adds support for the Dropbox Sign OAuth integration, including documentation for setup and usage.
This PR implements Dropbox Sign as a new OAuth provider in Nango, allowing users to authenticate and connect their applications with Dropbox Sign. It includes the OAuth configuration in providers.yaml, comprehensive documentation, and UI assets for the dashboard.
Key Changes:
• Added Dropbox Sign OAuth configuration in providers.yaml with proper endpoints
• Created documentation files with setup instructions and API details
• Added SVG logo for dashboard representation
• Included API usage guidance and important gotchas
Affected Areas:
• OAuth providers configuration
• Documentation
• UI assets
This summary was automatically generated by @propel-code-bot