join-api/auth_app
2025-03-24 07:41:17 +01:00
..
migrations feat: create auth app with login, logout, and auth check, including custom backend for email login 2025-03-23 19:54:10 +01:00
__init__.py feat: create auth app with login, logout, and auth check, including custom backend for email login 2025-03-23 19:54:10 +01:00
admin.py feat: create auth app with login, logout, and auth check, including custom backend for email login 2025-03-23 19:54:10 +01:00
apps.py feat: create auth app with login, logout, and auth check, including custom backend for email login 2025-03-23 19:54:10 +01:00
custom_backend.py feat: create auth app with login, logout, and auth check, including custom backend for email login 2025-03-23 19:54:10 +01:00
models.py feat: create auth app with login, logout, and auth check, including custom backend for email login 2025-03-23 19:54:10 +01:00
serializer.py feat: create auth app with login, logout, and auth check, including custom backend for email login 2025-03-23 19:54:10 +01:00
tests.py feat: create auth app with login, logout, and auth check, including custom backend for email login 2025-03-23 19:54:10 +01:00
views.py chore: minor optimizations and code cleanup 2025-03-24 07:41:17 +01:00