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 bac0035
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ 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 bac0035

Please sign in to comment.