diff options
author | Vitaly Takmazov | 2024-10-24 13:37:32 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2024-10-24 23:40:41 +0300 |
commit | e9464b8a10eb57d9b021251ff97bcbd9c53a1e98 (patch) | |
tree | 6d9d37c1d9b39a667d869fe4f2784e1add2e9959 /config | |
parent | 4bb9c0dd855e1f79308908a97106bf173088cfb8 (diff) |
`rememberme` middleware: authorize using Spring Security cookie
Diffstat (limited to 'config')
-rw-r--r-- | config/test.json | 5 |
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": "" + } } } |