August 2024 Summaries
4 posts from PropelAuth
Filter
Month:
Year:
Post Summaries
Back to Blog
PropelAuth highlights its collaboration with companies like CarbonHQ, which focuses on simplifying carbon project management and collaboration. Founded by Allan Fan and Eugene Datsky, CarbonHQ aims to streamline the chaotic information landscape traditionally managed through spreadsheets and emails into a centralized platform. The inspiration for CarbonHQ came from Fan's personal experiences as a carbon project developer, where he frequently dealt with disorganized data. PropelAuth supports CarbonHQ by providing authorization services and user metric tracking, enabling the startup to allocate its resources towards product development.
Aug 22, 2024
184 words in the original blog post.
PropelAuth is highlighted as the authentication provider for Own Your Beliefs, a company dedicated to enhancing accessibility and understanding of carbon emissions data for investors, particularly focusing on the environmental impact of investments. Founded by Clark GredoƱa, Moulika Aluri, and Matt Soens, the company aims to address the challenge of sustainable investing by making company sustainability data more transparent and comprehensible. The founders were driven by their urgent concern for climate change and the realization that a significant majority of millennial investors are interested in sustainable investing. PropelAuth has supported Own Your Beliefs by providing a user-friendly authentication solution and offering direct assistance, contributing to the company's mission of fostering informed and responsible investment practices.
Aug 15, 2024
241 words in the original blog post.
PropelAuth highlights its partnership with CarbonBright, a company focused on improving sustainability in the consumer packaged goods (CPG) industry through an AI-powered platform that provides precise measurements of a product's environmental footprint. By enabling a bottom-up assessment of Scope 3 emissions, CarbonBright offers a more detailed and actionable approach compared to traditional top-down methods that rely on spending data. The company was co-founded by Thejas Nair, who was inspired to address climate change by leveraging his extensive experience in enterprise data. PropelAuth supports CarbonBright by providing seamless authentication, authorization, and user management features, allowing CarbonBright to concentrate on developing its core product.
Aug 13, 2024
302 words in the original blog post.
Before entering the professional world, programming projects were personal and lacked the necessity for maintainable code, but working in a real job environment quickly highlights the importance of writing testable code. Dependency injection is introduced as a key concept, which involves passing required variables into functions instead of constructing them internally, thereby facilitating easier testing and maintenance. The text explores this concept through examples, demonstrating how dependency injection can be implemented using FastAPI's dependency management system. FastAPI's built-in mechanisms allow for dependencies to be injected into routes, simplifying tasks like API key validation and database management. Additionally, the framework supports testing by allowing dependencies to be overridden with mock versions, enhancing code maintainability and testability. The approach is exemplified by PropelAuth's usage of FastAPI dependencies to streamline authentication logic, requiring minimal code from developers while ensuring robust functionality.
Aug 05, 2024
1,324 words in the original blog post.