feat: add admin_token_hash attribute to dumpthings site-spec #5

Open
cmo wants to merge 1 commit from cmo/liab-deployments:admin-token-hash into main

2026-07-31

Christian Monch
feat: add admin_token_hash attribute to dumpthings spec
All checks were successful
Codespell / Check for spelling errors (pull_request) Successful in 18s
This commit adds the attribute `admin_token_hash` to
the `dumpthings` specification. The attribute is optional.
If provided it should be a valid token-hash, currently
this is a hex-encoded sha256 hash (64 digits) of the plain
text admin token.

For security reasons, there is currently no support to store
plain text admin tokens in the configuration.
2026-07-31 13:50:10 +02:00