> ## Documentation Index
> Fetch the complete documentation index at: https://docs.base44.com/llms.txt
> Use this file to discover all available pages before exploring further.

# auth pull

> Pull auth config from Base44 to your local project

Download your app's [authentication configuration](/developers/backend/resources/auth) from Base44 to a local file. The command fetches the current login method settings and saves them to your auth directory. By default the auth directory is `base44/auth/`, but you can customize the path in your [project configuration](/developers/backend/overview/project-structure#config-jsonc).

<Warning>
  This overwrites your local auth config with the remote version. Any unsaved local changes will be lost.
</Warning>

## Usage

```bash theme={null}
base44 auth pull
```

## See also

* [`auth push`](/developers/references/cli/commands/auth-push): Push local auth config to Base44
* [`auth password-login`](/developers/references/cli/commands/auth-password-login): Enable or disable password login
* [`auth social-login`](/developers/references/cli/commands/auth-social-login): Enable or disable social login providers
* [Managing login and registration](/Setting-up-your-app/Managing-login-and-registration): Configure login options in the dashboard
