Logo
Explore Help
Sign In
Sicherhaven/eventify_backend
4
0
Fork 0
You've already forked eventify_backend
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
e0a491e8cb183fcfc82cd38cccd57961c056ff7b
eventify_backend/requirements-docker.txt

11 lines
224 B
Plaintext
Raw Normal View History

feat: add JWT auth foundation - /api/v1/ with admin login, refresh, me, health endpoints - Add djangorestframework-simplejwt==5.3.1 to requirements-docker.txt - Configure REST_FRAMEWORK with JWTAuthentication and SIMPLE_JWT settings - Create admin_api Django app with AdminLoginView, MeView, HealthView - Wire /api/v1/ routes without touching existing /api/ mobile endpoints - Resolve pre-existing events migration conflict (0010_merge) - Superuser admin created for initial authentication
2026-03-24 14:46:03 +00:00
Django==4.2.21
Pillow==10.1.0
django-summernote
djangorestframework==3.14.0
django-cors-headers==4.3.0
gunicorn==21.2.0
django-extensions==3.2.3
psycopg2-binary==2.9.9
djangorestframework-simplejwt==5.3.1
security: fix GoogleLoginView audience check + replace Clerk with direct GIS flow - verify_oauth2_token now passes GOOGLE_CLIENT_ID as third arg (audience check) - fail-closed: returns 503 if GOOGLE_CLIENT_ID env var is not set - add GOOGLE_CLIENT_ID = os.environ.get('GOOGLE_CLIENT_ID', '') to settings - replace ClerkLoginViewTests with GoogleLoginViewTests (4 cases) - update requirements-docker.txt Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 01:31:18 +05:30
google-auth>=2.0.0
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 1105ms Template: 21ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API