What has changed
A template tag has been added which renders the query-string to append to the end of a url.
Why has this changed
This is simply for convenience in templates to avoid things such as:
{% if request.token %}{{JWT_QUERYSTRING_ARG}}?={{request.token.jwt}}{% endif %}
What has changed A template tag has been added which renders the query-string to append to the end of a url.
Why has this changed This is simply for convenience in templates to avoid things such as: {% if request.token %}{{JWT_QUERYSTRING_ARG}}?={{request.token.jwt}}{% endif %}