move more stuff out of lib

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-10 17:06:14 +02:00
parent e204a3fe16
commit ca0a4cb34f
210 changed files with 302 additions and 293 deletions

View File

@ -15,8 +15,8 @@ from authentik.common.oauth.constants import (
)
from authentik.core.models import Application
from authentik.core.tests.utils import create_test_cert
from authentik.crypto.generators import generate_id, generate_key
from authentik.flows.models import Flow
from authentik.lib.generators import generate_id, generate_key
from authentik.policies.expression.models import ExpressionPolicy
from authentik.policies.models import PolicyBinding
from authentik.providers.oauth2.models import (