
Testing
In this blog post, I share my journey in building a FastAPI auth starter code, highlighting the common dilemma software engineers face: whether to use an existing library or build a custom solution. While libraries like fast-sso offer quick and reliable solutions, they may not always fit the unique needs of every project. Recognizing this, I created a FastAPI auth starter that provides the best of both worlds—quick setup and flexibility. This starter code is designed to help developers save time and adapt to various types of applications, from small projects to complex SaaS products. Whether you need basic authentication or more advanced roles and permissions, this starter code can give you a head start. The post emphasizes the importance of choosing the right tool for your project, team, and goals, and encourages developers to consider both libraries and custom solutions based on their specific needs.



