auth-self-registration
Runtime on/off switch for the auth-email-password self-signup flow. Handler-less: composing it registers “auth-self-registration” as a toggleable feature (default ON). auth-email-password’s signup-request handler and its signupRegistrationStatus query both read ctx.hasFeature("auth-self-registration") — the query stays reachable when the toggle is off (deliberately not gated itself) so the public signup page can hide its own link/form. Only meaningful when signup is configured on createAuthEmailPasswordFeature — compose alongside it, then flip via the feature-toggles admin screen.
How it fits
Section titled “How it fits”Standalone feature — no required dependencies and no write commands.
Dependencies
Section titled “Dependencies”- Requires: none
- Activation: toggleable, default on