Dashboard

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}

Phase 2 Complete!

Authentication system is now active. Full dashboard UI will be implemented in Phase 5.


Use the API endpoints to trigger scans and view results.

Quick Actions

Use the API to manage scans:

  • POST /api/scans - Trigger a new scan
  • GET /api/scans - List all scans
  • GET /api/scans/{id} - View scan details
  • DELETE /api/scans/{id} - Delete a scan