{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% set icon %} JWT JWT {% endset %} {% set text %}
Keys {{ collector.getData().key.jwk|length }}
Key Sets {{ collector.getData().key.jwkset|length }}
Signature Algorithms {{ collector.getData().algorithm.types.signature }}
MAC Algorithms {{ collector.getData().algorithm.types.mac }}
Key Encryption Algorithms {{ collector.getData().algorithm.types.key_encryption }}
Content Encryption Algorithms {{ collector.getData().algorithm.types.content_encryption }}
{% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { 'link': true }) }} {% endblock %} {% block menu %} JWT JWT-Framework {% endblock %} {% block panel %} {% import _self as helper %}
{% include '@JoseFramework/data_collector/tab/key.html.twig' %} {% include '@JoseFramework/data_collector/tab/jws.html.twig' %} {% include '@JoseFramework/data_collector/tab/jwe.html.twig' %} {% include '@JoseFramework/data_collector/tab/header_checker.html.twig' %} {% include '@JoseFramework/data_collector/tab/claim_checker.html.twig' %}
{% endblock %} {% block head %} {{ parent() }} {% endblock %}