February 2026 Summaries
6 posts from FusionAuth
Filter
Month:
Year:
Post Summaries
Back to Blog
FusionAuth 1.63.0, dubbed the Proof Pangolin release, introduces several new features and improvements, focusing on enhanced security and user experience. Key updates include the implementation of Demonstrating Proof-of-Possession (DPoP) to bind access and refresh tokens to a client key pair, improving protection against token theft and replay attacks. DPoP is particularly useful for securing APIs, handling multi-domain scenarios, and as an alternative to Mutual TLS (mTLS) in environments where mTLS is challenging to implement. This release also enhances the Multi-Factor Authentication (MFA) Lambda with the addition of the AuthenticationType parameter, allowing for more targeted MFA challenges. Improvements to the Setup Wizard and Admin UI were informed by feedback from the Developer Success team, aiming to streamline the setup process. Additionally, numerous bugs and visual issues were addressed, further refining the user interface and functionality.
Feb 26, 2026
663 words in the original blog post.
Sammy Azdoufal's attempt to control his DJI Romo robot vacuum with a PlayStation 5 controller revealed a significant security vulnerability within DJI's system, highlighting the distinction between authentication and authorization. While Sammy successfully authenticated his device with a valid token, he discovered that he had access to thousands of vacuums globally due to a lack of proper authorization measures, which should restrict token access to specific resources. This oversight in DJI's MQTT message broker allowed any valid token to access data from any device, demonstrating a common failure mode known as Broken Object Level Authorization (BOLA). The incident underscores the need for robust authorization protocols in IoT platforms, where device management is often centralized, and the potential for misuse is amplified. The vulnerability, which was resolved quickly after Sammy reported it, serves as a cautionary tale about the importance of designing separate and secure authentication and authorization systems to prevent unauthorized access and protect user data.
Feb 25, 2026
1,517 words in the original blog post.
The text discusses the challenges of managing authorization for AI agents, emphasizing the need for fine-grained access control to address the limitations of current broad-scope authorization models. While identity management through service accounts and tokens is relatively straightforward, the real issue lies in ensuring that AI agents have appropriately scoped access to resources, particularly when interacting with APIs. The document highlights the differences between local and remote agents, using Google Drive as an example to illustrate the complexities of scoping permissions. It advocates for implementing Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC), and Relationship-Based Access Control (ReBAC) to provide more precise authorization. The text also warns about potential challenges, such as agent-to-agent delegation, consent granularity, and managing relationship sprawl, noting that while ReBAC aligns well with intuitive access control, it requires significant infrastructure and tooling to implement effectively.
Feb 18, 2026
1,562 words in the original blog post.
When evaluating identity infrastructure, engineering teams often prioritize features, pricing, and security certifications, but market momentum is also crucial, as highlighted by G2's Winter 2026 CIAM Momentum Grid. This grid evaluates platforms based on real-time adoption and customer satisfaction, placing FusionAuth in the Leaders quadrant, ahead of both legacy and newer CIAM providers. The Momentum Grid focuses on satisfaction and momentum scores, considering factors like customer reviews, employee growth, and web traffic, which provide insights into current platform choices rather than historical dominance. This momentum is vital because authentication is central to application infrastructure, affecting user interactions and compliance, making long-term platform decisions critical. FusionAuth's high placement reflects a shift towards prioritizing developer experience, deployment flexibility, and predictable costs, as engineering teams seek platforms that minimize maintenance and allow them to focus on core product development. The Momentum Grid offers valuable insights into market trends, helping teams make informed decisions beyond what traditional analyst reports reveal, and is especially useful for those evaluating new or existing identity solutions.
Feb 17, 2026
643 words in the original blog post.
The FusionAuth command line interface (CLI) is an open-source tool designed to streamline operational tasks for developers, UX engineers, and DevOps teams by enabling automation and scripting of common FusionAuth tasks. Similar to the AWS CLI, it allows users to manage key functionalities such as theme and email template management, facilitating version control and localization processes. The CLI also includes a fake user data generator for testing user imports, a configuration check to ensure adherence to best practices, and supports stress-testing with large numbers of users. Built to enhance efficiency in development and CI/CD pipelines, the CLI is accessible on npm, encourages community contributions, and offers a practical solution for managing FusionAuth instances more effectively.
Feb 05, 2026
776 words in the original blog post.
Evaluating identity infrastructure requires addressing critical questions about the implications of multi-tenant outages, total costs, data accessibility, and compliance with changing regulations. The article highlights the risks associated with shared Software-as-a-Service (SaaS) identity providers, which often place customer data on shared architectures, potentially leading to cascading failures across applications due to a single provider error. This "blast radius" problem can severely impact businesses, particularly in high-stakes industries like finance and healthcare, where authentication failures can have significant operational and regulatory consequences. The text advocates for isolated deployments as a preferable alternative, ensuring that security and uptime are determined by one's own architectural decisions rather than a vendor's shared infrastructure. Isolated deployments offer predictable pricing, compliance without unexpected costs, and strategic flexibility, allowing businesses to adapt to evolving regulatory and business needs without being constrained by a vendor's architecture.
Feb 02, 2026
1,018 words in the original blog post.