-
Notifications
You must be signed in to change notification settings - Fork 612
feat(integrations): add support for mollie #5247
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
🤖 My Senior Dev — Analysis Complete👤 For @hassan254-prog📁 Expert in View your contributor analytics → 📊 11 files reviewed • 4 need attention
🚀 Open Interactive Review →The full interface unlocks features not available in GitHub:
💬 Chat here: 📖 View all 12 personas & slash commandsYou can interact with me by mentioning In PR comments or on any line of code:
Slash commands:
AI Personas (mention to get their perspective):
For the best experience, view this PR on myseniordev.com — includes AI chat, file annotations, and interactive reviews. |
ce76824 to
6bc89a1
Compare
| | Tools | Status | | ||
| | - | - | | ||
| | HTTP request logging | ✅ | | ||
| | End-to-type type safety | ✅ | |
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.
| | Tools | Status | | ||
| | - | - | | ||
| | HTTP request logging | ✅ | | ||
| | End-to-type type safety | ✅ | |
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.
| | Tools | Status | | ||
| | - | - | | ||
| | HTTP request logging | ✅ | | ||
| | End-to-type type safety | ✅ | |
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.
Describe the problem and your solution
Add Mollie OAuth provider and documentation
Registers the new
mollieOAuth 2.0 provider with full metadata (authorization/token endpoints, refresh grant, proxy base URL, docs links) inpackages/providers/providers.yaml. Adds end-user documentation (docs/api-integrations/mollie.mdx, setup guide, quickstart snippets) plus UI assets (packages/webapp/public/images/template-logos/mollie.svg) and navigation updates so the integration appears in docs menus alongside updated pre-built tooling/use-case snippets for Mollie and Atlassian service-account variants.Key Changes
• Added
mollieconfiguration block inpackages/providers/providers.yamlincluding OAuth endpoints, grant parameters, proxy base URL, and doc links.• Created
docs/api-integrations/mollie.mdxquickstart guide and setup instructions (docs/api-integrations/mollie/how-to-register-your-own-mollie-oauth-app.mdx) with code samples and walkthrough.• Generated snippet files for Mollie (
docs/snippets/generated/mollie/*.mdx) and refreshed Atlassian service account snippets to include tooling/use-case accordions.• Registered the new docs page in
docs/docs.jsonnavigation and added a Mollie logo asset for the web app template gallery.Affected Areas
• packages/providers/providers.yaml
• docs/api-integrations/mollie.mdx
• docs/api-integrations/mollie/how-to-register-your-own-mollie-oauth-app.mdx
• docs/snippets/generated/mollie/PreBuiltTooling.mdx
• docs/snippets/generated/mollie/PreBuiltUseCases.mdx
• docs/snippets/generated/atlassian-service-account-oauth2/PreBuiltTooling.mdx
• docs/snippets/generated/atlassian-service-account-api-token/PreBuiltTooling.mdx
• docs/docs.json
• packages/webapp/public/images/template-logos/mollie.svg
This summary was automatically generated by @propel-code-bot