July 2021 Summaries
3 posts from FusionAuth
Filter
Month:
Year:
Post Summaries
Back to Blog
Brittany Roddy, a lead software engineer and architect at CurrentDesk, discusses the company's integration of FusionAuth to address their authentication needs, highlighting its cost-effectiveness and developer-friendly features. CurrentDesk, established in 2012, aims to provide a comprehensive brokerage management platform for financial markets. FusionAuth is primarily used for OAuth, allowing CurrentDesk to streamline multi-tenant security and enhance user management processes, including customized onboarding experiences and login activity logging. Brittany emphasizes the flexibility and control FusionAuth offers, notably through customizable token data and the ability to host it within their own infrastructure, which has significantly reduced costs compared to previous providers. The platform's robust API and responsive support team have further enabled CurrentDesk to effectively meet their unique requirements without extensive workarounds, fostering a more efficient development process.
Jul 29, 2021
1,017 words in the original blog post.
FusionAuth version 1.29, released on July 10, 2021, introduces several enhancements and bug fixes aimed at improving the user experience and functionality of the platform. Key highlights include expanded SAML debugging capabilities, which now log detailed authentication information to assist in troubleshooting, and enhancements to identity linking, allowing for more flexible user management across identity providers. Additionally, Freemarker debugging improvements offer clearer error messages for theme customization, facilitating easier template troubleshooting. Other updates in this release include upgrades to JDBC connection libraries, fixes for SAML-related issues, and improvements to the themeability of webhook error pages. Users are encouraged to review the release notes for a comprehensive overview of changes and utilize the provided upgrade guides to transition their instances to the latest version.
Jul 23, 2021
649 words in the original blog post.
The text discusses strategies for avoiding authentication system lock-in, which occurs when an organization becomes too deeply invested in a third-party vendor's service and finds it difficult to switch. To avoid this, developers can insulate their application by abstracting the vendor's SDK with a generic interface, making it easier to re-implement the integration if needed. Additionally, having a backup plan involves identifying alternative solutions and keeping them in mind during design and decision-making, factoring in potential future migrations into the budget. This approach allows for more deliberate and robust system design, making it easier to switch vendors or build an authentication system in-house if necessary.
Jul 12, 2021
757 words in the original blog post.