{% extends "meta.html" %} {% block title %}
You have obtained the following personal access tokens:
| Access token | Comment | Date issued | Last Used | Expires | |
|---|---|---|---|---|---|
| {{ token.token_partial }}… | {{ token.comment }} | {{ token.created | date }} | {{ token.updated | date }} | {{ token.expires | date }} | Revoke |
You have not created any personal access tokens.
{% endif %} Generate new token {{icon("caret-right")}}The following third party clients have access to your account:
| Name | Owner | First Authorized | Last Used | Expires | |
|---|---|---|---|---|---|
| {{ token.client.client_name }} | {{ token.client.user.username }} | {{ token.created | date }} | {{ token.updated | date }} | {{ token.expires | date }} | Revoke |
You have not granted any third party clients access to your account.
{% endif %}You have registered the following OAuth clients:
| Name | Client ID | Active users | |
|---|---|---|---|
| {{ client.client_name }} | {{ client.client_id }} | {{ client_tokens(client) }} | Manage |
You have not registered any OAuth clients yet.
{% endif %} Register new client {{icon("caret-right")}}