SiteFellows JS
  • Github
  • Github
  • Introduction
    • Welcome
    • Security Policy
  • Getting Started
    • Minimal Configuration
    • Website Integration
  1. Overview
  2. Getting Started

Getting Started

  • Minimal Configuration

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

  • Website Integration

    ... Add SiteFellowsJS globally to your website head tag. <script> const firebaseConfig = { //Your Firebase configuration }; </script> <script src="https://sf-js-lib.surge.sh/sitefellows.js" data-site-config="your-site ...

© 2025 SiteFellows JS