Commit Graph

71 Commits

Author SHA1 Message Date
Your Name bbdf4a41d4 feat: add encrypted_dek field to Letter model and enforce its presence during serialization 2026-04-11 18:37:36 +05:30
Your Name c6f1e3e2a2 feat: implement letter encryption fields, lifecycle timestamps, and API endpoints with validation 2026-04-10 21:51:53 +05:30
Your Name 3e02286f6b feat: implement basic Letter model and unit tests 2026-04-10 20:58:45 +05:30
Your Name 2d18756c15 feat: initialize letters app and register it in settings 2026-04-10 20:19:21 +05:30
Your Name 7748cd10c9 feat: implement authentication flow with JWT refresh logic, Login page, and user session management 2026-04-10 19:24:15 +05:30
Your Name c4733249fa feat: update status code for auth error 2026-04-10 19:06:44 +05:30
Your Name a0eec02ee4 refactor: implement automatic token refresh and credential support for auth API client 2026-04-10 18:34:28 +05:30
Your Name 867839f896 test: add unit tests for user account activation flow 2026-04-10 18:19:56 +05:30
Your Name a624a9b4fa refactor: rename TokenLoginView to TokenGenerateView and update associated URL patterns 2026-04-10 18:13:40 +05:30
Your Name bb72b65db1 refactor: rename TokenRefreshView to RefreshTokenView for consistency 2026-04-10 18:12:41 +05:30
Your Name 373c2b1815 feat: implement secure cookie-based authentication with login, refresh, and logout endpoints 2026-04-10 18:11:15 +05:30
Your Name 0d37242f0d feat: implement secure HTTP-only cookie-based refresh token authentication 2026-04-10 17:54:49 +05:30
Your Name 083936d036 feat: introduce public_id UUID field for user identification in URLs and APIs 2026-04-10 17:11:43 +05:30
Your Name 6a9c9d0812 feat: implement atomic user creation with activation email trigger 2026-04-10 10:51:23 +05:30
Your Name 8321dacf0c feat: configure SMTP email settings using environment variables 2026-04-10 10:30:07 +05:30
Your Name f0af27f15d feat: migrate User model with kdf_salt field and update is_active default status 2026-04-10 10:20:27 +05:30
Your Name d74fcc0b9c feat: implement email verification flow with account activation and secure cookie configuration 2026-04-10 10:18:32 +05:30
Your Name f1c3b3f9f2 feat: implement custom user model with JWT authentication and registration endpoints 2026-04-09 14:10:52 +05:30
Your Name 4bdb1ee80d feat: configure environment variables, CORS, and PostgreSQL database settings for backend-frontend integration 2026-04-09 12:39:42 +05:30
Your Name 17b8356eac refactor: standardize string quotes to double quotes across project configuration files 2026-04-09 12:20:45 +05:30
Your Name 38a19edc1d chore: update backend virtual environment dependencies and Django framework files 2026-04-09 12:16:14 +05:30