{% import "macros/alerts.html" as alerts %} {% import "macros/forms.html" as forms %} {% extends "admin/clients/get/base.html" %} {% block tab %}
{% call alerts.warning() %}

This is an advanced feature allowing you to customize the lifetime of the tokens generated after a successful user authentication. The default values should be enough for most applications.

If you're not sure of what you're doing, please ask for help.

{% endcall %}
{{ forms.form_field(form.authorization_code_lifetime_seconds) }} {{ forms.form_field(form.access_id_token_lifetime_seconds) }} {{ forms.form_field(form.refresh_token_lifetime_seconds) }} {{ forms.form_csrf_token(form) }}
{% endblock %}