mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 09:02:48 +08:00
Updated ETAPI (markdown)
parent
5dacf1a8f0
commit
31247ea076
1 changed files with 2 additions and 2 deletions
4
ETAPI.md
4
ETAPI.md
|
@ -20,6 +20,6 @@ GET https://myserver.com/etapi/app-info
|
|||
Authorization: Basic BATOKEN
|
||||
```
|
||||
|
||||
* Where `BATOKEN = BASE64(username + ':' + password)` (this is a standard Basic Auth serialization)
|
||||
* Where `username` is an arbitrary token and is not checked, use e.g. "trilium"
|
||||
* 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.
|
Loading…
Reference in a new issue