Django REST Framework SSO is an extension to Django REST Framework that enables Single sign-on in a microservice-oriented environment using the JWT standard. Supports Python 3.10+ and Django 4.2, 5.2, ...
Use the redis extra for Redis support: For performance reasons, the session is not autoloaded by default. Sometimes it is annoying to call load_session too often. We provide SessionAutoloadMiddleware ...