Добавлен класс ExpiredTokenAuthentication

This commit is contained in:
2026-07-14 17:29:54 +03:00
parent 5330137041
commit 3af5f9988a
4 changed files with 202 additions and 1 deletions

View File

@@ -7,3 +7,5 @@
"""
Классов авторизации
"""
from .expiring_token_authentication import ExpiringTokenAuthentication