[ SYSTEM LOCK // ICE_VAULT_PROT ]
00:00:00
Move cursor to decrypt uplink
[ SYSTEM IDLE // INTERCEPTING TRAFFIC // WAKE UP, USER ]
Vault-Tec Approved
>> V.A.U.L.T. SYSTEM ONLINE
Vault-Tec Industries // Protocol 111
// SCREENSAVER CONFIG

For maximum immersion, press F11 (or ⌃⌘F on Mac). Removing the browser UI transforms your monitor into an authentic security terminal.

01. Authentication Logic

# API_AUTHENTICATION_PROTOCOL

This module handles secure access to the Ice Vault.
All requests must include a valid session and CSRF token.

## QUICK_START
1. Request login page to initialize cookies.
GET:  /auth/login/

2. Submit credentials via POST.
POST: /auth/login/

3. Use the established session for subsequent API calls.
GET: /api/users/me/

## SECURITY_NOTICE
- Session TTL: 24 Hours
- Rate Limit: 100 req/min per IP
- Encryption: TLS 1.3 Required

-- System_v1.4.2_Stable