You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,10 @@ If you want to use promises in environments that don't provide the global `Promi
71
71
72
72
If *config* is a string, it will be interpreted as *config.url*.
73
73
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
+
74
78
### Manipulating collections
75
79
76
80
These functions implement the [HTTP API for manipulating collections](https://docs.arangodb.com/HttpCollection/index.html).
0 commit comments