API Management

Use this dashboard to authorize new users and clients to access the API.

Users

There are {{ users|length }} authorized users.

{% for user in users %} {% endfor %}
User ID Username Password Hash
{{ user.id }} {{ user.username }} {{ user.hashpw }}

Add User

Create a new authorized API user.

Client

There are {{ clients|length }} authorized clients.

{% for client in clients %} {% endfor %}
Client ID Type
{{ client.client_id }} {{ client.client_type }}

Add Client

Generate a new client.