{% extends 'base.html' %} {% load i18n %} {% block content %}

{% trans "`ska` - Signing (HTTP) requests using symmetric-key algorithm." %}

{% trans "Intro" %}

{% trans "`ska` core module" %}

{% blocktrans %} `ska` lets you easily generate signatures for signing (HTTP) requests, using symmetric-key algorithm encryption. Allows you to validate signed requests and identify possible validation errors. Uses sha1/hmac for signature encryption. {% endblocktrans %}

{% trans "`ska` package for Django" %}

{% blocktrans %} `ska` comes Django app (implemented as a sub package), which contains password-less authentication to Django, as well as useful shortcuts for using `ska` in Django. {% endblocktrans %}

{% trans "Links" %}

{% trans "Description" %} {% trans "URL" %}
{% trans "Example of authentication backend client page. Contains success and fail URLs." %} {% trans "Example of authentication backend client page" %}
{% trans "Example of Foo model items listing. Contains success and fail URLs." %} {% trans "Example of model items listing" %}
{% endblock content %}