Use this dashboard to authorize new users and clients to access the API.
There are {{ users|length }} authorized users.
| User ID | Username | Password Hash |
|---|---|---|
| {{ user.id }} | {{ user.username }} | {{ user.hashpw }} |
Create a new authorized API user.
There are {{ clients|length }} authorized clients.
| Client ID | Type |
|---|---|
| {{ client.client_id }} | {{ client.client_type }} |
Generate a new client.