{% extends "base.html" %} {% block title %}Permission Check{% endblock %} {% block extra_head %} {% include "_permission_ui_styles.html" %} {% include "_debug_common_functions.html" %} {% endblock %} {% block content %}
Use this tool to test permission checks for the current actor. It queries the /-/check.json API endpoint.
Current actor: {{ request.actor.get("id", "anonymous") }}
{% else %}Current actor: anonymous (not logged in)
{% endif %} {% endblock %}