Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpascal committed Jun 20, 2024
1 parent 0ac041d commit bf9ad2c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ If a different username is required, add the `--user` switch:

**NB** - When specifying the URL with `--url`, be sure not to specify the CouchDB database name in the URL. The CHT API will find the correct database.

### Using a session token for authentication

CHT Conf supports authentication using a session token by adding `--session-token` parameter:

```
cht --url=https://example.com:12345 --session-token=*my_token*
```

### Into an archive to be uploaded later

cht --archive
Expand Down

0 comments on commit bf9ad2c

Please sign in to comment.