Source of truth for implementation is the canonical schema host:
https://schemas.meta-aiml.org/v3.0.0/. If any page text conflicts with canonical schema files, follow canonical files. Documentation home.Auth
v3.0.0
module family
Authentication and identity flow patterns.
v3 architecture note: no standalone canonical module-schema file for this module family. Module configuration is entity-specific under root
modules.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
}
}
}Related Entity Contracts
Common places where this module family appears.