FusionAuth Blog

Get the latest updates on FusionAuth, identity and access management, security, general coding and major geekery here.

  • Disclosure conference report: a good time was had by all

    Disclosure is an annual, vendor agnostic security conference. I attended the 2020 incarnation and wanted to share my experience.

    READ MORE
  • How to theme FusionAuth's advanced registration forms

    When a user is registering, the last thing you want to do is get in their way or confuse them. In this tutorial, you’ll improve an advanced registration form’s display by modifying a theme.

    READ MORE
  • How to use FusionAuth's advanced registration forms

    I don’t know you very well, but I’m guessing you want more users for your application. Registration is a major part of the initial user experience. As an application developer, you need to balance getting the information you need with making it easy for a new user to get started.

    READ MORE
  • Securing React Native with OAuth

    In this tutorial, we will set up a React Native application to work with OAuth. We’ll use FusionAuth for auth, but the React Native code should work with any OAuth compliant server.

    READ MORE
  • Breached Password Detection: How to Lock User Accounts with a Webhook

    Suppose you have an application to which access is so sensitive that if any user’s password is found to be breached, the account should immediately be locked; the user should not be able to sign in. While you can force a user to change their password out of the box, an outright lock option isn’t built-in. What can you do?

    READ MORE