{% extends 'base.html' %} {% load i18n %} {% block content %}
{% 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 %}
{% 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 "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" %} |