{% extends "base.html" %} {% block title %}OAuth Users - Mock API Admin{% endblock %} {% block content %}
Manage OAuth 2.0 resource owner accounts.
| ID | Username | Status | Created | Actions | |
|---|---|---|---|---|---|
| #{{ user.id }} | {{ user.username }} |
{{ user.email if user.email else '—' }} | {% if user.is_active %} Active {% else %} Inactive {% endif %} | {{ user.created_at.strftime('%Y-%m-%d') }} | |
|
No OAuth users found. |
|||||