Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
No Code
No Code
  • 🏁Getting Stared
    • 🥳Introduction
      • What is Uncodie?
      • App
      • Figma No Code Plugin
        • How to associate your Figma token to Uncodie?
        • How to associate an Uncodie project to figma?
  • 📖Basic Concepts
    • 🧩Components
      • Screen Page
        • Screen Layout
        • Screen Content
      • Table View
        • Table View Header
        • Table View Row
        • Table View Cell
      • Form
        • Text Area
        • Selector
        • Input
        • Button
        • Output
      • HTML components
        • Headers
          • H1
          • H2
          • H3
          • H4
          • H5
        • Title
        • Parragraph
        • List
        • Iframe
        • Video
        • Audio
        • Link
        • Progress
        • Meta
        • Image
        • SVG
      • Advanced
        • Chart
          • Style Personalization
        • Repeat
        • Loading
    • 🎨Appearance
      • Visibility
      • CSS
      • Adaptative Design
      • Responsive Design
    • 🏗️Prototyping
      • Modals
      • Variants
      • Navigation
    • 🔤Variables
    • 💽Data Sources
      • Collections
      • Queries
      • Scripts
    • 🔍Data Binding
    • ⚡Actions
      • Scripts
      • Events
    • 🧑User Management
      • Privacy
    • 🍪SEO and Tracking
      • Capabilities
      • HTML Head Scripts
    • ☁️Publish and Deploy
      • Custom Domains
Powered by GitBook
On this page
  • Overview
  • Set up
  • User Management

Was this helpful?

  1. Basic Concepts

User Management

Auth0 Integration for User Management

PreviousEventsNextPrivacy

Last updated 1 year ago

Was this helpful?

Overview

By default, uncodie uses Auth0 to manage the identity and security of your application, your app can use a complex database collection structure without using user authentication.

Set up

The only thing you have to do to start managing users is to set a screen component to "Protected", this will immediately set the compiler with Auth0 integration, for your app to compile correctly you will need to set your Auth0 account and API Key in the Uncodie App, for a step by step guide keep reading:

User Management

Once you have set up your Auth0 account, you can see all your user's activity directly in the Auth0 dashboard, users collection is synced with Auth0 in your database to help you with different scenarios when you require to display users' info directly in your app through data binding.

📖
🧑
User Authentication
Logo