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
| Module | What it is | Reference |
|---|---|---|
| Module Hub | Management layer for installing, updating, and auditing modules from Pubflow Platform | Operations index |
| Blog | Modular post/content system with categories, comments, publishing, and extensions | Operations index |
| 2FA | Login-time security flow with pending sessions, code verification, and session promotion | Operations 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:
- What problem the module solves
- What routes or behaviors it adds
- What configuration it depends on
- How to manage it safely in Pubflow Platform
- Which page is the implementation reference