FusionAuth Blog

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

  • Announcing FusionAuth 1.17

    We’re excited to announce the release of version 1.17. The 1.17 release shipped on Jun 2, 2020. This version delivers new features as well as resolving issues for users on version 1.16 and older.

    READ MORE
  • User registration and sign-in with Laravel and FusionAuth

    Laravel is one of the most popular PHP application frameworks in the marketplace today. While it includes a simple authentication model, most large-scale applications will outgrow it pretty quickly. FusionAuth pairs well with Laravel because it can handle more complex user authentication models, roles, single sign-on, and more.

    READ MORE
  • ASP.NET Core Example with Custom Claims

    Previously, we used ASP.NET Core to build a web application with a single protected page. Let’s extend the application to display the role of the user in FusionAuth as well as a custom claim. We’re going to create a group, assign a role to that group and then place our user in that group. We’ll also explore modifying our JSON Web Token (JWT) by using a lambda to expose the user’s favorite color. Finally, we’ll display all the claims on the “Secure” page.

    READ MORE
  • Announcing FusionAuth 1.16

    We’re excited to announce the release of version 1.16. The 1.16.1 release shipped on May 18, 2020. The 1.16.x versions deliver innovations across the FusionAuth platform as well as including fixes that solve several issues for users on version 1.15 and older.

    READ MORE
  • Using Java to manage FusionAuth

    In this tutorial, we’re going to illustrate how to use Java to accomplish various tasks with FusionAuth, programmatically. In order to speed up our development time, we’ll use the FusionAuth Java client library, which comes with already-built methods that we’ll use instead of building things from scratch.

    READ MORE