add changelog

This commit is contained in:
Florian Schade
2020-11-26 10:51:09 +01:00
parent e334759874
commit 7cbbcadbdf
@@ -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