Commit Graph

13 Commits

Author SHA1 Message Date
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