Add token authentication for controllers
This commit is contained in:
parent
1fb71c2325
commit
1c476dac64
3 changed files with 35 additions and 8 deletions
|
|
@ -1,5 +1,9 @@
|
|||
amends "package://emgauwa.app/pkl/emgauwa@0.2.1#/controller.pkl"
|
||||
|
||||
server {
|
||||
token = "dev token"
|
||||
}
|
||||
|
||||
logging {
|
||||
level = "DEBUG"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue