From 7cbbcadbdf8792c1c5a81c8b1506ca9bcd8f3737 Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Thu, 26 Nov 2020 10:51:09 +0100 Subject: [PATCH] add changelog --- changelog/unreleased/proxy-cache-basic-auth.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/proxy-cache-basic-auth.md diff --git a/changelog/unreleased/proxy-cache-basic-auth.md b/changelog/unreleased/proxy-cache-basic-auth.md new file mode 100644 index 0000000000..7a18b30351 --- /dev/null +++ b/changelog/unreleased/proxy-cache-basic-auth.md @@ -0,0 +1,8 @@ +Enhancement: Cache basic auth account id in proxy + +Tags: proxy + +The basic auth middleware now caches account ids. The entry cache gets invalidated after 10 Minutes. +This si useful for scenarios where a lot of basic auth requests with the same username and password happens, for example tests. + +https://github.com/owncloud/ocis/pull/877