Why Risk-Based MFA is a Game Changer for User ExperienceTraditional MFA treats every login the same — whether it’s your most loyal customer on their usual device or a credential-stuffing bot at 3am. Risk-based MFA can tell the difference. Here’s how it works, and why modern implementations like Intelligent MFA take it further.Aug 12, 2026·11 min read
How to set up an anonymous user flowFor many applications, a user is forced to register for application access. You want to know who the user is so you can provide them with individualized functionality and data. If your registration process requires an email or mobile phone number, re...Oct 2, 2023·10 min read
Get More Value Out of FusionAuth Using the APIs for User MaintenanceSo, you have just set up FusionAuth and are excited to take your new customer identity and access management platform out for a spin. You spend some time setting up your Users, Applications, Tenants, etc. in the robust admin interface provided. Thing...Sep 1, 2023·12 min read
From ALB to Caddy - Our Wandering Path to Supporting Thousands of Domain NamesIn the world of cloud services, offering ‘unlimited’ often feels like a stretch. But we’ve done just that. We recently unveiled support for unlimited custom domains in FusionAuth Cloud. This marked a significant milestone in our journey and changed t...Aug 24, 2023·7 min read
Searching FusionAuth docs using an LLMI don't know about you, but when I first encountered ChatGPT, I was blown away. I used it a few times, including to write a poem about SAML and OIDC. Even though it got some of the details wrong, I was impressed. But what I immediately thought of was...Aug 9, 2023·3 min read
Using the Family API with ConsentsIn this tutorial, you’ll build a basic Node.js + Express web application that grants conditional access to users in a family structure. Specifically, an adult user will be able to grant access to child users to restricted areas of an application. The...Jun 13, 2023·19 min read
Adding single sign-on to a Next.js app using OIDCSingle sign-on (SSO) is a session and user authentication technique that permits a user to use one set of login credentials to authenticate with multiple apps. SSO works by establishing trust between a service provider, usually your application, and ...Apr 26, 2023·9 min read