{% extends "base.html" %} {% block title %}Dashboard — Portal Auth Admin{% endblock %} {% block content %}

Dashboard

View and manage the portal_auth database tables.

users

Users

Accounts, roles, active flag. Edit role and password.

sessions

Sessions

Active login sessions. View and revoke.

auth_logs

Auth logs

Login, logout, failed attempts. Read-only.

api_tokens

API tokens

Tokens for programmatic access. Activate or revoke.

{% endblock %}