Home / Companies / Nango / Blog / April 2023

April 2023 Summaries

2 posts from Nango

Filter
Month: Year:
Post Summaries Back to Blog
OAuth redirects on localhost can be frustrating due to security concerns, as requiring HTTPS for all redirects makes sense when the request travels across the internet, but not when it's just within a local machine. To circumvent this issue, there are three quick methods: using a free redirect service like RedirectMeTo, which sets up an easy redirect straight from the browser; using an HTTPS tunnel to localhost with services like ngrok, which tunnels traffic from an HTTPS URL to your localhost; and enabling HTTPS for your app running on localhost, which involves generating an SSL certificate, installing it, and telling the HTTP server to use it. These solutions can help avoid issues with OAuth providers that prohibit or restrict HTTP-based redirects to localhost.
Apr 21, 2023 1,326 words in the original blog post.
Integrations can be a powerful revenue driver, but many teams struggle to consistently ship high-quality integrations fast. To solve this challenge, it's essential to create a systematic process for capturing integration requests and marrying them with customers' jobs-to-be-done. This involves documenting potential integration needs, triaging integrations based on implementation effort vs. value unlocked, identifying patterns that reveal which integrations will deliver the most value, allocating dedicated capacity for integration work, setting specific integration goals tied to business outcomes, making integration progress visible in company-wide roadmap reviews, designing for engineering efficiency by creating reusable components and using consistent approaches, minimizing maintenance overhead by building a robust infrastructure and implementing comprehensive observability systems. By working smarter, not harder, teams can transform integrations from a bottleneck into a powerful lever for product adoption and revenue growth.
Apr 21, 2023 507 words in the original blog post.