| .. |
|
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 |
|
services.py
|
feat: implement password reset functionality with dedicated service layer
|
2025-04-05 23:10:39 +02: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
|
bugfix: fix incorrect method call in LoginView, change from _create_token_response to create_token_response
|
2025-04-06 11:03:24 +02:00 |