FusionAuth Blog
Get the latest updates on FusionAuth, identity and access management, security, general coding and major geekery here.
-
Announcing FusionAuth 1.22
We’re excited to announce the release of version 1.22 of FusionAuth. This release shipped on Dec 1, 2020. This version delivers new features as well as resolving issues for users on version 1.21 and older.
READ MORE -
Manage custom user profile data in the FusionAuth admin
Letting a user register and provide custom profile data solves the problem of bringing such data into your auth system. But how can you manage the data as it changes over time?
After people register, you will want to enrich or change their profile. Sometimes this happens via automated systems. In that case, you can use an API. But what if you want to allow employees or other humans to update a user profile data?
READ MORE -
Securing a Flutter App with OAuth
Today, Flutter has become one of the most talked about cross-platform mobile development frameworks. It competes with React Native in the number of GitHub stars. Most developers who have experienced Flutter development enjoy how one can configure and build beautiful user interfaces. There is no doubt Flutter is among the top contenders for developers when picking a mobile development framework for a new project.
READ MORE -
Recon InfoSec switched to FusionAuth from AWS Cognito
Whitney Champion is a FusionAuth community member and lead architect at Recon InfoSec, a managed security services provider. She chatted with us over email about how she and her team are using FusionAuth to meet their auth needs.
READ MORE -
JWT authorization in a microservices gateway
In a recent article, we set up an API gateway with microservices for an eCommerce enterprise. FusionAuth handled our centralized authentication and then we passed user details for authorization to the microservices.
READ MORE