1. Overview
  2. Getting Started
  3. Minimal Configuration

Minimal Configuration

{
  "paths": {
    "login": "/login",
    "register": "/register",
    "passwordRecovery": "/recover"
  },
  "rules": [
    { "path": "/members/auth-content", "type": "starts" },
    { "path": "/auth-content", "type": "exact" },
  ]
}

 


© 2024 SiteFellows JS