mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 02:45:48 -07:00
ENGINE: Added File Headers and Guidance in AGENTS.md
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
# ======================================================
|
||||
# Data\Engine\services\API\authentication.py
|
||||
# Description: Legacy authentication blueprint implementing username/password login, logout, MFA, and profile discovery.
|
||||
#
|
||||
# API Endpoints (if applicable):
|
||||
# - POST /api/auth/login (No Authentication) - Authenticates operator credentials and starts a session token.
|
||||
# - POST /api/auth/logout (Token Authenticated) - Clears the active operator session and authentication cookie.
|
||||
# - POST /api/auth/mfa/verify (Token Authenticated (MFA pending)) - Verifies TOTP codes during multifactor setup or login.
|
||||
# - GET /api/auth/me (Token Authenticated) - Returns the currently authenticated operator profile.
|
||||
# ======================================================
|
||||
|
||||
"""Authentication endpoints for the Borealis Engine API."""
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user