{% trans %}Sign in to explore OAuth 2.0 and OpenID Connect flows.
Test registration, authentication, token refresh, and logout operations.{% endtrans %}
{% if g.server_config and g.server_config.registration_access_token %}
{% endif %}
{% if session.token and session.token.refresh_token %}
{% endif %}
{% if session.token %}