Serialization Modes

The serialization modes are used to convert a JWS object into a JSON object.
The JWS Compact serialization mode is the most common as it allows tokens to be used in a web context.

{% if not collector.getData().jws.jws_serialization is empty %} {% for alias, name in collector.getData().jws.jws_serialization %} {% endfor %} {% else %} {% endif %}
Name Alias
{{ name }} {{ alias }}
There is no serialization modes. Did you install "web-token/jwt-signature"?