Updated ETAPI (markdown)

zadam 2022-10-08 21:05:36 +02:00
parent 31247ea076
commit 29b15422b8

@ -22,4 +22,6 @@ Authorization: Basic BATOKEN
* Where `BATOKEN = BASE64(username + ':' + password)` - this is a standard Basic Auth serialization
* Where `username` is an arbitrary string and is not checked, use e.g. "trilium"
* And `password` is the generated ETAPI token described above.
* And `password` is the generated ETAPI token described above.
Basic Auth is meant to be used with tools which support only basic auth.