Auth

v3.0.0
module family

Authentication and identity flow patterns.

Migration Guidance
How to use this module family correctly in v3.

In v3, define auth settings inside entity-specific modules blocks. No standalone templates/module/auth.json contract.

Entity-Level Pattern
{
  "modules": {
    "auth": {
      "enabled": true
    }
  }
}