remove accounts cache from basic auth middleware

move cache to ocis-pkg
add password validation cache to accounts service
This commit is contained in:
Florian Schade
2020-11-26 13:52:24 +01:00
parent e72328d738
commit 11ba46eb88
6 changed files with 35 additions and 49 deletions
@@ -1,8 +0,0 @@
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 is 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/958