Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
travishathaway authored Oct 6, 2023
1 parent d353007 commit f9be635
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,22 @@ User Guide <user/index>
Developer Guide <dev/index>
```


Conda auth is a conda plugin which adds more secure authentication support to conda.

Once installed, it provides two new commands you can use to authenticate against
protected, private conda channels:
Once installed, it provides two new commands you can use to manage credentials and
access private conda channels:

- `conda auth login` for logging into a private channel and storing your credentials
- `conda auth logout` for logging out of a private channel and removing your credentials

## Installation

Conda auth is available on conda-forge. As with all conda plugins, this must be installed
into your base environment:

- `conda auth login` for logging into and storing your credentials
- `conda auth logout` for logging out of and remove your credentials
```
conda install --name base --channel conda-forge conda-auth
```

## Usage

Expand All @@ -31,14 +39,6 @@ conda auth login https://example.com/my-protected-channel --username $USERNAME
conda auth logout https://example.com/my-protected-channel
```

## Installation

To start using conda auth, we recommend installing to your base environment:

```
conda install --name base --channel conda-forge conda-auth
```

<hr style="margin-bottom: 2em; margin-top: 2em" />

::::{grid} 2
Expand Down

0 comments on commit f9be635

Please sign in to comment.