aboutsummaryrefslogtreecommitdiff
path: root/config/test.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-10-24 13:37:32 +0300
committerGravatar Vitaly Takmazov2024-10-24 23:40:41 +0300
commite9464b8a10eb57d9b021251ff97bcbd9c53a1e98 (patch)
tree6d9d37c1d9b39a667d869fe4f2784e1add2e9959 /config/test.json
parent4bb9c0dd855e1f79308908a97106bf173088cfb8 (diff)
`rememberme` middleware: authorize using Spring Security cookie
Diffstat (limited to 'config/test.json')
-rw-r--r--config/test.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/test.json b/config/test.json
index fb3fae9d..649179d6 100644
--- a/config/test.json
+++ b/config/test.json
@@ -3,6 +3,9 @@
"baseURL": "https://example.lan",
"user": "juick",
"password": "secret",
- "sandboxIds": []
+ "sandboxIds": [],
+ "auth": {
+ "key": ""
+ }
}
}