{% extends 'base.html' %} {% block header %}
Personal access tokens allow third-party services to authenticate with our application on your behalf.
Your new personal access token is shown below. You may now use this token to make API requests.
{{ ("Token name") }} | {{ ("Created") }} | {{ ("Last used") }} | {{ ("Expires") }} | {{ ("Actions") }} |
---|---|---|---|---|
{{ access_token.name }} | {{ access_token.created_at}} | {% if access_token.last_used_at %} {{ access_token.last_used_at }} {% else %}{{ ("Never") }} {% endif %} | {% if access_token.expires_at %} {{ access_token.expires_at }} {% else %}{{ ("Never") }} {% endif %} |