enterprise: rework license summary caching (#8501)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2024-02-14 19:00:08 +01:00
committed by GitHub
parent 4733778460
commit 7d527beea8
12 changed files with 313 additions and 202 deletions

View File

@ -16,3 +16,5 @@ TENANT_APPS = [
"authentik.enterprise.audit",
"authentik.enterprise.providers.rac",
]
MIDDLEWARE = ["authentik.enterprise.middleware.EnterpriseMiddleware"]