Connectivity & Authentication

The Connectivity tab links your mobile app to your WordPress website’s data and security systems.

  1. API Settings
  • Site URL: This is the base URL of your WordPress site. ZenAppBuilder uses this to fetch your posts, courses, and settings.
  • API Namespace: Default is wp/v2. This is where the core WordPress data is fetched. Unless you have a custom API setup, leave this as default.
Connectivity & Authentication
  1. Authentication (Login & Registration)

ZenAppBuilder provides a native login and registration flow, ensuring your users can access their accounts on the go.

  1. Requirements

Authentication requires the Simple JWT Login plugin to be installed and active on your WordPress site.

  1. Configuration
  1. Enable Auth: Toggle this “On” to show login screens in the app.
  2. Login By: Choose whether users log in using their Username or Email.
  3. Registration: Toggle whether new users can create accounts directly from the app.
  4. JWT Secret Key: This must match the key you added to your wp-config.php file.