docs/reference/cli/pixi/auth/login.md
Store authentication information for a given host
--8<-- "docs/reference/cli/pixi/auth/login_extender:description"
pixi auth login [OPTIONS] <HOST>
<HOST></a>
: The host to authenticate with (e.g. prefix.dev)required: true
--oauth</a>
: Use OAuth/OIDC authentication--oauth-issuer-url <OAUTH_ISSUER_URL></a>
: OIDC issuer URL (defaults to https://{host})--oauth-client-id <OAUTH_CLIENT_ID></a>
: OAuth client ID (defaults to "rattler")--oauth-client-secret <OAUTH_CLIENT_SECRET></a>
: OAuth client secret (for confidential clients)--oauth-flow <OAUTH_FLOW></a>
: OAuth flow: auto (default), auth-code, device-codeoptions: auto, auth-code, device-code
--oauth-scope <OAUTH_SCOPES></a>
: Additional OAuth scopes to request (repeatable)May be provided more than once.
--s3-access-key-id <S3_ACCESS_KEY_ID></a>
: The S3 access key ID--s3-secret-access-key <S3_SECRET_ACCESS_KEY></a>
: The S3 secret access key--s3-session-token <S3_SESSION_TOKEN></a>
: The S3 session token--token <TOKEN></a>
: The token to use (for authentication with prefix.dev)--username <USERNAME></a>
: The username to use (for basic HTTP authentication)--password <PASSWORD></a>
: The password to use (for basic HTTP authentication)--conda-token <CONDA_TOKEN></a>
: The token to use on anaconda.org / quetz authentication--8<-- "docs/reference/cli/pixi/auth/login_extender:example"