Buy nowGet update
  • getting started
    • Introduction
    • Quick start
    • Mock server
    • Deployment
    • Package & license
    • Setup
    • Figma
  • theme UI
    • Colors
    • Typography
    • IconsNEW
    • Shadows
    • Css vars
    • Logo
    • Layout
    • Navigation
    • Settings
  • Global
    • Styles
    • Config
    • Components overrides
  • development
    • Routing
    • Subfolder
    • Authentication
      • Jwt
      • Firebase
      • Amplify
      • Supabase
      • Auth0
      • User info
    • Environment variables
    • Api calls
    • Multi language
    • Structure
    • Clean project
    • Dependencies
    • Tailwind
    • Migrate to CRA
    • Credit assets
  • support
    • 🔵 Update
    • 🔴 Faqs & support
    • 🟣 Changelogv7.4.0
© All rights reserved.ContactHome

Auth0

For version v5.

Demo flow
Choose an authentication strategy

Update the auth method in your config.

src/config-global.ts
auth: {
  method: 'auth0',
},
Get your Auth0 credentials
  • Get API key: Complete guide to react user authentication with Auth0.
  • Update to your .env file.
.env
VITE_AUTH0_DOMAIN=

Auth0 domain:

minimal-preview

.env
VITE_AUTH0_CLIENT_ID=

Auth0 client id:

minimal-preview

.env
VITE_AUTH0_CALLBACK_URL=

Auth0 callback url:

minimal-preview