Add token authentication for controllers

This commit is contained in:
Tobias Reisinger 2025-05-31 23:19:38 +02:00
commit ebac452a86
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 21 additions and 1 deletions

View file

@ -1,5 +1,9 @@
amends "package://emgauwa.app/pkl/emgauwa@0.2.1#/core.pkl"
server {
token = "dev tokenx"
}
logging {
level = "DEBUG"
}