Commit Graph

183 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 8c836fdac6 feat: improve error handling in registration 2026-04-10 17:01:22 +05:30
Your Name 5b9abf7fd4 fix(ci): update ci config 2026-04-10 16:54:48 +05:30
Your Name 77186d0dd0 fix: add Knewave css font 2026-04-10 16:53:14 +05:30
Your Name 06b5663ec6 fix: use example env for ci 2026-04-10 16:49:46 +05:30
Your Name 4c80b563de feat: add ci for frontend and backend 2026-04-10 16:43:40 +05:30
Your Name 7d61ebd69c feat: implement account activation logic, add login drawer page, and improve form accessibility 2026-04-10 16:21:19 +05:30
Your Name 05ead7b947 refactor: apiclient to use string literal 2026-04-10 16:21:02 +05:30
Your Name cd156377bf fix: update biome config 2026-04-10 16:20:27 +05:30
Your Name a8b347c1db feat: add API client 2026-04-10 15:41:15 +05:30
Your Name efdd6799d9 feat: built verification screen 2026-04-10 15:40:45 +05:30
Your Name 44b1ed5153 refactor: modularize form fields into a separate component 2026-04-10 15:38:17 +05:30
Your Name 3898cb5726 refactor: scope knewave font to Logo 2026-04-10 15:36:13 +05:30
Your Name c82e59d61d chore: update vite config 2026-04-10 15:35:43 +05:30
Your Name 414e683e0b feat: implement registration page with form validation and add custom typography fonts 2026-04-10 13:41:11 +05:30
Your Name 97577efcf6 fix: update biome config to handle lint and parse within required dirs 2026-04-10 12:31:04 +05:30
Your Name b3725ec4ed feat: implement react-router-dom and add authentication pages for registration, verification, and activation 2026-04-10 11:31:28 +05:30
Your Name b5654fa9f1 feat: migrate to Tailwind CSS with DaisyUI 2026-04-10 11:26:55 +05:30
Your Name e39e56a105 chore: remove ESLint and associated dependencies from project configuration 2026-04-10 11:00:04 +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 6bf186806b feat: initialize frontend project with Vite, React, and Biome configuration 2026-04-09 13:23:45 +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
Your Name 1c909a3354 feat: initialize project with environment template, gitignore, and docker-compose configuration 2026-04-09 12:06:16 +05:30