OneAuxilia React SDK

OneAuxilia React is a wrapper around OneAuxiliaJS. It is the recommended way to integrate OneAuxilia into your React application.

Warning

If you are using Next.js, please make sure to install @oneauxilia/nextjs as @oneauxilia/oneauxilia-react is incompatible. See the Next.js documentation for more information.

OneAuxilia React provides React.js implementations of OneAuxilia Components; highly customizable, pre-built components that you can use to build beautiful user management applications. You can find display components for building sign-in, sign-up, account switching, and user profile management pages as well as flow control components that act as helpers for implementing a seamless authentication experience.

OneAuxilia React comes loaded with custom hooks. These hooks give you access to the OneAuxilia object, and a set of useful helper methods for signing in and signing up.

Setting up OneAuxilia React

You need to create a OneAuxilia application in your OneAuxilia Dashboard before you can set up OneAuxilia React. For more information, check out the Set up your application guide.

Once a OneAuxilia application has been created, you can install and then start using OneAuxilia React in your application. The quickstart guide will have all the information you need to get started.

Last updated