LogoLogo
  • Welcome to OneAuxilia Docx
  • UI Component
    • Overview
    • <OneAuxiliaProvider>
    • Authentication Components
      • <SignIn />
      • <SignUp />
      • <GoogleOneTap />
    • User Components
      • <UserButton />
      • <UserProfile />
    • Organization Components
      • <CreateOrganization />
      • <OrganizationProfile />
      • <OrganizationSwitcher />
      • <OrganizationList />
    • Control Components
      • <AuthenticateWithRedirectCallback />
      • <OneAuxiliaLoaded>
      • <OneAuxiliaLoading>
      • <Protect>
      • <MultisessionAppSupport>
      • <RedirectToSignIn />
      • <RedirectToSignUp />
      • <RedirectToUserProfile />
      • <RedirectToOrganizationProfile />
      • <RedirectToCreateOrganization />
      • <SignedIn>
      • <SignedOut>
    • Unstyled Components
      • <SignInButton>
      • <SignInWithMetamaskButton>
      • <SignUpButton>
      • <SignOutButton>
  • Quick Start
  • Users
    • Overview
    • Metadata
    • Delete User
  • Organization
    • Organization, Role and Permission
      • Overview
      • Role and Permission
      • Guides
        • Create Role and assign Permission
        • Verify the active user's permission
        • Reassign the Creator role
      • Building custom flow
    • Multi Tenant Setting
  • Application
    • Application
    • User Portal
  • Authentication
    • Setting
    • Social Connectors
    • Multi Factor
  • Customize
    • Branding
    • Sign Up vs Sign In
      • Overview
      • Configuration
        • Sign-up and Sign-in options
        • Session Option
        • Email and SMS templates
      • Social Connection
        • Overview
        • Social connections (OAuth)
        • Account Linking
        • Setup Social Account Linking
  • Development
    • API Key
    • Local Path
    • Custom JWT templates
    • Domain
    • Webhook
    • Backend Request
      • Overview
      • Making requests
        • Same-origin requests
        • Cross-origin requests
        • Customize your session token
      • Handling requests
        • Manual JWT verification
      • Session Management
  • SDK References
    • React
      • Overview
      • Guides
        • Add React Router
      • Client-side Helpers
        • useUser()
        • useOneAuxilia()
        • useAuth()
        • useSignIn()
        • useSignUp()
        • useSession()
        • useSessionList()
        • useOrganization()
        • useOrganizationList()
  • API References
    • Open API
  • industry reference
    • Ecommerce
    • Broadcasting
    • IoT
Powered by GitBook
On this page
  • How the User Portal works
  • Hosted Pages
  • Sign In
  • Sign Up
  1. Application

User Portal

PreviousApplicationNextSetting

Last updated 6 months ago

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.

How the User Portal works

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.

Hosted Pages

Sign In

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 options and .

Sign Up

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-in page using the control component.

Redirect users to the sign-up page using the control component.

<RedirectToSignIn />
<RedirectToSignUp />
sign-up and sign-in
social connections