1 repository
Extensions and packages specifically designed to add functionality to the Django REST Framework.
Distinct from Django Integrations: Focuses on REST-specific enhancements rather than general Django framework integrations.
Explore 1 awesome GitHub repository matching web development · REST Framework Plugins. Refine with filters or upvote what's useful.
This is a JSON Web Token authentication package for the Django REST Framework that manages stateless user identities. It serves as an authentication provider and token manager used to issue and validate signed tokens to maintain user sessions across multiple requests. The project implements a dual-token lifecycle, issuing short-lived access tokens and long-lived refresh tokens to balance security with session persistence. It features token rotation to prevent replay attacks and a blacklisting system to invalidate compromised credentials. Additionally, it supports sliding-window expiration to
Provides a specialized JWT authentication extension designed specifically for the Django REST Framework.