Skip to content
Sections
>> Trisquel >> Пакеты >> aramo >> python >> python3-django-titofisto
aramo  ]
[ Источник: django-titofisto  ]

Пакет: python3-django-titofisto (0.1.2.post1-1)

Django Time-Token File Storage

Titofisto is a simple extension to Django's FileSystemStorage that adds a URL parameter carrying a shared token, which is only valid for a defined period of time.

It is a drop-in replacement for the Django FileSystemStorage, usable if media files are served by Django itself. It does currently not work if media files are served from an independent web server.

The storage and its accompanying view do the following:

 * When a URL to a storage file is generated, a HMAC-based token is generated
 * The token and the timestamp when it was generated are appended as request
   parameters to the URL
 * Upon retrieval of the file through the accompanying view, the requested
   file name and the passed timestamp are used to recalculate the HMAC-based
   token
 * Only if the tokens match, and a configured timeout has not passed, is the
   file served

Другие пакеты, относящиеся к python3-django-titofisto

  • зависимости
  • рекомендации
  • предложения
  • dep: python3
    interactive high-level object-oriented language (default python3 version)
  • dep: python3-django (>= 2.2~)
    High-level Python web development framework

Загрузка python3-django-titofisto

Загрузить для всех доступных архитектур
Архитектура Размер пакета В установленном виде Файлы
all 6,9 Кб39 Кб [список файлов]