Posts tagged 'tutorial-reactor-feature'

  • 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
  • How to migrate your legacy user data to a centralized auth system

    Once you have migrated an application to use a modern identity provider, how can you migrate your users?

    READ MORE
  • Authenticating with AWS Managed Microsoft Active Directory and LDAP

    Microsoft’s Active Directory is a common enterprise user data store. If you are building apps for users authenticated by Active Directory, you might want to connect FusionAuth to it. Another common use case is to have some applications for internal users which should be authenticated against Active Directory and other applications for people outside your organization, with user data stored in FusionAuth. FusionAuth can act as a CIAM for your external users, but delegate authentication of internal accounts to Active Directory.

    READ MORE
  • Building a user profile portal with Flask, OAuth, and APIs

    Once a user registers, you can view their data in the administrative user interface. But how can you allow the user to view or change their data themselves?

    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