Configure
Your auth config is a single JSONC file atbase44/auth/config.jsonc. You can customize the directory path with the authDir property in your project configuration. Pull the current config from Base44 with auth pull, then push changes with auth push or deploy.
You can also toggle login methods from the command line with auth password-login.
Example
Field reference
Allow users to sign in with an email address and password. Defaults to
false.See also
auth pull: Fetch auth config from Base44auth push: Push auth config to Base44auth password-login: Enable or disable password logindeploy: Deploy all project resources- Managing login and registration: Configure login options in the dashboard

