Skip to main content
Protected Pages block unauthenticated visitors and redirect them to your sign-in page automatically.

Adding a Protected Page

  1. Open Auth Plugin > Protected Pages
  2. Click Add
  3. Enter the page path (e.g., /dashboard)
  4. The pattern is auto-generated (e.g., /dashboard.*)

How It Works

The Shield Script (injected during setup) checks the current URL on every page load. If it matches a protected page pattern and the user is not signed in, they’re redirected to sign-in.
Patterns use regex matching. /dashboard.* protects /dashboard, /dashboard/settings, and any other path starting with /dashboard.

Common Setup

PathProtectedUse Case
/NoPublic homepage
/sign-inNoLogin page
/sign-upNoRegistration page
/dashboardYesUser dashboard
/accountYesProfile/settings