join-api/auth_app
2025-04-05 20:34:26 +02: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 test: added unit tests in auth_app and fixed code issues identified during testing 2025-03-27 09:11:56 +01:00
serializer.py test: added unit tests in auth_app and fixed code issues identified during testing 2025-03-27 09:11:56 +01:00
tests.py test: added unit tests in auth_app and fixed code issues identified during testing 2025-03-27 09:11:56 +01:00
views.py feat: create RegisterView and implement generate_initials in UserSerializer 2025-04-05 20:34:26 +02:00