FusionAuth Blog
Get the latest updates on FusionAuth, identity and access management, security, general coding and major geekery here.
-
How to integrate with FusionAuth using PHP
FusionAuth is a ubiquitous authentication, authorization, and user management solution that can be deployed on any platform and integrated with any programming language. In this tutorial, we’re going to demonstrate how to integrate FusionAuth with PHP.
READ MORE -
How to Securely Implement OAuth in React
In this post, we’ll walk step-by-step through implementing the OAuth Authorization Code Grant in a React app. This is the most secure way to implement OAuth and often overlooked for single-page applications that use technologies like React. We’ll use FusionAuth as the IdP and also show you how to configure FusionAuth for this workflow.
READ MORE -
Introducing FusionAuth Reactor™ with Breached Password Detection
We said we would be cranking on new features and we meant it. Version 1.15.0 is now available and introduces an exciting new component called FusionAuth Reactor™.
READ MORE -
Open Office Hours To Ask Anything About Identity, Authorization, and Authentication
On December 17th we had the first of what will be many Open Office Hours here at FusionAuth and we are damn happy with how it went. The first time out of the gate for anything always brings risks of glitches but everything went down as smooth as a fine whiskey. Check out the video and summary below to see and hear for yourself.
READ MORE -
Deactivating, reactivating, and deleting a FusionAuth user in Python
Did you know that you can deactivate, reactivate, or delete a user within your applications using API calls from the FusionAuth Python client library? These tools are great for data conscious organizations, executing your organization’s data handling compliance policies (Learn more about GDPR data compliance here), and fast user management for developers using FusionAuth. This tutorial will give us a chance to explore more of the FusionAuth Python client library while learning about these three valuable API calls.
READ MORE