{% extends "meta.html" %} {% block title %}
You have issued the following personal access tokens:
| Comment | Issued | Expires | |
|---|---|---|---|
| {{ token.comment }} | {{ token.issued | date }} | {{ token.expires | date }} | Revoke |
You have not created any personal access tokens.
{% endif %} Generate new token {{icon("caret-right")}}You have granted the following third parties access to your account:
| Service | Operator | Issued | Expires | |
|---|---|---|---|---|
| {# lol this hack is awful #} {{ grant.client.name }} {{icon('external-link-alt')}} | {{grant.client.owner.canonicalName}} | {{grant.issued | date}} | {{grant.expires | date}} | Revoke |
You have not granted any third party clients access to your account.
{% endif %}Please consult our OAuth 2.0 documentation for information about OAuth clients.
{% if any(oauth_clients) %}You have registered the following OAuth clients:
| Name | Client ID | |
|---|---|---|
| {# lol this hack is awful #} {{ client.name }} {{icon('external-link-alt')}} | {{ client.uuid }} | Manage {{icon('caret-right')}} |
You have not registered any OAuth clients yet.
{% endif %} Register new client {{icon("caret-right")}}