Skip to content
🚀 Rapid Application Development with the App Builder

Configure which users are allowed to use the app.

🌐 Access Scope

  • Applies to both back-end and front-end:
    • Back-end: Restricted to registered users only.
    • Front-end:
      • 📋 Data Table Apps: Typically allow anonymous access (public viewing).
      • 📝 Data Administration Apps: Usually require authorization to prevent unauthorized edits.

🔒 Authorized Access Only

  • Who can access?
    • Logged-in users with specified roles.
    • Explicitly selected users.

🌍 Anonymous Access

  • Who can access?
    • All users (logged-in and logged-out).