Skip to content
On this page

Modules

Flowless modules are optional, product-level extensions that keep the core auth experience small while adding focused capabilities on top.

Use this section when you want to understand what a module does, how it fits into the platform, and where to manage it in Pubflow.

Module Hub

The Module Hub is the operational layer for modules.

In Pubflow Platform, the asset console is the simplest place to install a module, review its current state, and keep updates aligned with the docs.

At a glance

  • Keep the authentication core clean and predictable
  • Add features without mixing them into the base auth docs
  • Manage installs and updates from the Pubflow Platform asset console
  • Document each module with a simple, dev-friendly workflow
ModuleWhat it addsBest for
Module HubInstall, inspect, and update modulesTeams that need a clear operational workflow
BlogPosts, categories, comments, publishing workflowsContent-driven products, marketing sites, communities
2FALogin-time verification and stronger account securityApps that need an extra security layer without rewriting auth
  1. Decide whether the feature belongs in core auth or in a module.
  2. Review the module page for the setup and behavior.
  3. Install or manage the module from the Pubflow Platform asset console.
  4. Keep the docs and runtime configuration aligned.

Why this section exists

A module should answer three questions quickly:

  • What problem does it solve?
  • How does it change the product surface?
  • How do I manage it safely?

That is the standard used by the module pages in this section.

Next