User Portal
Last updated
Last updated
The User Portal in OneAuxilia is a powerful feature that allows you to streamline the sign-in, sign-up, and profile management experience for your users, without having to build your own components or host your own pages.
The User Portal uses ỌneAuxilia prebuilt components, which are embedded into dedicated pages hosted on ỌneAuxilia servers.
After a user has finished their flow in an Account Portal page, ỌneAuxilia automatically redirects them back to your application along with the required authentication context. This way, users are automatically redirected to and from your application for a seamless experience.
For each application environment, OneAuxilia provides pages for sign-up, sign-in, user profile, organization profile, and organization creation flow. To integrate the User Portal with your application, check out the setup guide.
These pages cannot be customized beyond the options provided in the OneAuxilia Dashboard. If you need more customization such as localization, consider using Clerk's prebuilt components or building your own custom user interface using OneAuxilia's API.
The sign-in page hosts Clerk's prebuilt <SignIn />
component, which renders a UI for signing in users. The functionality of the <SignIn />
component is controlled by the instance settings you specify in your OneAuxilia Dashboard, such as sign-up and sign-in options and social connections.
Redirect users to the sign-in page using the <RedirectToSignIn />
control component.
The sign-up page hosts Clerk's prebuilt <SignUp />
component, which renders a UI for signing up users. The functionality of the <SignUp />
component is controlled by the instance settings you specify in your OneAuxilia Dashboard, such as sign-up and sign-in options and social connections.
Redirect users to the sign-up page using the <RedirectToSignUp />
control component.