Camptocamp ASGI Utils tools
{% if auth_type in (AuthenticationType.SECRET, AuthenticationType.GITHUB) %}
Authentication
{% if auth_type == AuthenticationType.SECRET %}
{% if not is_auth %}
{% else %}
Authenticated with a secret.
{% endif %}
{% elif auth_type == AuthenticationType.GITHUB %}
{% if not is_auth %}
Login with GitHub
{% else %}
Logged in as: {{ user['name'] }}
Logout
{% endif %}
{% endif %}
{% endif %}
{% if has_access %}
Headers
get
Logging
Get overrides
{% endif %}
Health checks