Authentication system is now active. Full dashboard UI will be implemented in Phase 5.
Use the API endpoints to trigger scans and view results.
Use the API to manage scans:
POST /api/scans - Trigger a new scanGET /api/scans - List all scansGET /api/scans/{id} - View scan detailsDELETE /api/scans/{id} - Delete a scan