https://github.com/sepgh/django-redis-auth-session
Sample project to implement django redis sessions along token authentication
https://github.com/sepgh/django-redis-auth-session
authentication django python redis session
Last synced: about 2 months ago
JSON representation
Sample project to implement django redis sessions along token authentication
- Host: GitHub
- URL: https://github.com/sepgh/django-redis-auth-session
- Owner: sepgh
- Created: 2021-12-01T10:19:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T12:18:45.000Z (over 4 years ago)
- Last Synced: 2025-10-07T03:53:33.531Z (9 months ago)
- Topics: authentication, django, python, redis, session
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A sample project to run Django with token based authorization and redis as session storage, including lazy user loading