Skip to content
On this page

Modules API Reference

Modules are documented here so the core Flowless auth reference stays focused while product extensions remain easy to discover.

Use this page when you want a quick map of the module surface, the main operational behaviors, and the most relevant live-doc sources.

Available modules

ModuleWhat it isReference
Module HubManagement layer for installing, updating, and auditing modules from Pubflow PlatformOperations index
BlogModular post/content system with categories, comments, publishing, and extensionsOperations index
2FALogin-time security flow with pending sessions, code verification, and session promotionOperations index

How to think about modules

  • Module Hub is the operational layer.
  • Blog is a content extension.
  • Two-Factor Authentication is a security flow that augments login and session handling.

That separation helps developers answer the right question quickly:

  • Do I need to manage a module? Use the Module Hub operations index.
  • Do I need blog endpoints and content behavior? Read the Blog operations index.
  • Do I need stronger login verification? Read the 2FA operations index.

What you should document for each module

A good module page should always explain:

  1. What problem the module solves
  2. What routes or behaviors it adds
  3. What configuration it depends on
  4. How to manage it safely in Pubflow Platform
  5. Which page is the implementation reference