Skip to content

Commit b416c9e

Browse files
committed
Fixed #23.
1 parent 4b4ec17 commit b416c9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ If you want to use promises in environments that don't provide the global `Promi
7171

7272
If *config* is a string, it will be interpreted as *config.url*.
7373

74+
#### Authentication
75+
76+
If you want to use ArangoDB with HTTP Basic authentication, you can provide the credentials as part of the *config.url* string, e.g. `http://user:pass@localhost:8529`.
77+
7478
### Manipulating collections
7579

7680
These functions implement the [HTTP API for manipulating collections](https://docs.arangodb.com/HttpCollection/index.html).

0 commit comments

Comments
 (0)