{% extends "admin/base.html" %} {% block title %}Token created · bragi admin{% endblock %} {% block content %}

Token created

Copy this token now. It will not be shown again.

{{ plaintext }}
Name{{ token.name }}
Public id{{ token.public_id }}
Scopes{{ token.scopes | join(', ') }}
Expires{{ token.expires_at or 'never' }}

Back to tokens

{% endblock %}