1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 21:09:37 +02:00
AdventureLog/backend/server/users
2025-05-28 12:21:43 -04:00
..
migrations feat: Implement disable password authentication for users with social accounts 2025-03-16 21:49:00 -04:00
__init__.py migration to new backend 2024-07-08 11:44:39 -04:00
adapters.py Initial migration to new session based auth system with AllAuth 2024-11-29 14:41:13 -05:00
admin.py Enhance admin security by integrating secure_admin_login from AllAuth and updating settings for new dependencies 2024-11-29 17:51:32 -05:00
apps.py migration to new backend 2024-07-08 11:44:39 -04:00
backends.py Refactor authentication backends to enhance NoPasswordAuthBackend functionality; integrate Allauth for email login and improve password handling logic. 2025-05-28 12:21:43 -04:00
form_overrides.py Initial migration to new session based auth system with AllAuth 2024-11-29 14:41:13 -05:00
models.py feat: Implement disable password authentication for users with social accounts 2025-03-16 21:49:00 -04:00
serializers.py feat: Add disable_password field to CustomUserDetailsSerializer and update PublicUserListView 2025-03-17 14:38:10 -04:00
tests.py refactor: Update API endpoint paths from "_allauth" to "auth" for consistency 2025-02-23 17:04:20 -05:00
views.py fixed oicd not working on frontend login page 2025-04-11 12:35:05 +02:00