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

Quick Start

Previous<SignOutButton>NextOverview

Last updated 10 months ago

Before you can start integrating OneAuxilia into your application, you need to create a OneAuxilia account and set up a new application in the OneAuxilia Dashboard. This guide will walk you through those steps.

Step 1: Create a OneAuxilia Account

  1. Visit the OneAuxilia Sign-Up Page.

  2. Fill in your details and complete the registration process

Step 2: Set Up a New Application

If you've just created an account for the first time, you'll be taken directly to the interactive authentication setup form. Otherwise, you'll be redirected to your Dashboard. To create a new app, select the Create application card to be taken to the interactive authentication setup form.

Step 3: Select identifiers and social providers

Once you are in the interactive authentication setup form, you will be asked to build your authentication flow. Here, OneAuxilia provides various options for setting up your sign-up and sign-in flows. You can choose to use email, phone, or username as identifiers, and you can enable social authentication providers.

Once the application is created, you can also customize your authentication flow by selecting different authentication strategies, verification methods, and more.

Step 4: Integrate OneAuxilia into your application

Now that your application is created in the OneAuxilia Dashboard, you can integrate it into your codebase. To integrate OneAuxilia into your application, use one of our quickstarts:

OneAuxilia
Learn more about sign-up and sign-in options.
Cover

Swift

Comming Soon

Cover

Kotlin

Comming Soon

Cover

Vue.js

Comming Soon

Cover

Angular.js

Comming Soon

Cover

Next.js

Easily add secure, beaufitul, and fast authentication to Next.js with OneAuxilia

Cover

React

Get started installing and initializing OneAuxilia in a new React application