{% extends "layout.html" %} {% import 'utils.html' as utils %} {% block title %}IndieAuth logs - {{ config.NAME }}{% endblock %} {% block content %}
{{action.scope}}
,{% endif %}redirect_uri={{action.redirect_uri}}).
{% if action.token_expires %}
{{action.token[:20]}}...
{% if action.token_expires|gt_ts%}has expired on{% else %}expires{% endif %} {{ action.token_expires|format_ts }}
{% endif %}