You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Realization of native token authentification on django rest framework. Done: auto expire token, delete expire tokens with celery, number of valid tokens regulation. Project based on https://github.com/wichmannpas/django-rest-authtoken.