Add token authentication for controllers

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

View file

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