Skip to content
Snippets Groups Projects

Release v0.4.0

Merged Timm Fitschen requested to merge release-v0.4.0 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
# Authentication
Some features of HeartDB are available to registered users only. Making any changes to the data stock via HTTP requires authentication by `username` _plus_ `password`. They are to be send as a HTTP header, while the password is to be hashed by the sha512 algorithm:
Some features of CaosDB are available to registered users only. Making any changes to the data stock via HTTP requires authentication by `username` _plus_ `password`. They are to be send as a HTTP header, while the password is to be hashed by the sha512 algorithm:
| `username:` | `$username` |
|-------------|-------------|-
Loading