{% extends "base.html" %} {% from "_helpers.html" import render_field %} {% block title %}Profile - CSEntry{% endblock %} {% block main %} {% if generated_token %}
Access tokens can be used to access the API
{% if user.tokens %}JWT id | Description | Token type | Issued at | Expires | |
---|---|---|---|---|---|
{{ token.jti }} | {{ token.description }} | {{ token.token_type }} | {{ token.issued_at }} | {{ token.expires or 'Never' }} |