Added API Access Logging

This commit is contained in:
2025-10-27 22:32:08 -06:00
parent 215a054979
commit c8550ac82d
11 changed files with 53 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ from Modules.enrollment.nonce_store import NonceCache
from Modules.tokens import routes as token_routes
from ...server import EngineContext
from .authentication import register_auth
from .access_management.login import register_auth
DEFAULT_API_GROUPS: Sequence[str] = ("auth", "tokens", "enrollment")