mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 03:25:48 -07:00
Assembly Management Rework - Stage 3 Complete
This commit is contained in:
14
Data/Engine/services/auth/__init__.py
Normal file
14
Data/Engine/services/auth/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# ======================================================
|
||||
# Data\Engine\services\auth\__init__.py
|
||||
# Description: Exposes shared authentication helpers for Engine REST services.
|
||||
#
|
||||
# API Endpoints (if applicable): None
|
||||
# ======================================================
|
||||
|
||||
"""Authentication utilities for Borealis Engine services."""
|
||||
|
||||
from .context import RequestAuthContext, PermissionResult
|
||||
from .dev_mode import DevModeEntry, DevModeManager
|
||||
|
||||
__all__ = ["RequestAuthContext", "PermissionResult", "DevModeEntry", "DevModeManager"]
|
||||
|
||||
Reference in New Issue
Block a user