feat: implement email verification flow with account activation and secure cookie configuration

This commit is contained in:
Your Name
2026-04-10 10:18:32 +05:30
parent f1c3b3f9f2
commit d74fcc0b9c
6 changed files with 69 additions and 1 deletions
+3
View File
@@ -14,7 +14,10 @@ CORS_ALLOWED_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
# EMAIL
EMAIL_HOST=localhost
EMAIL_PORT=1025
FROM_EMAIL=Pi Ku <no-reply@piku.app>
# FRONTEND
VITE_API_URL=http://localhost:8000
FRONTEND_PORT=5173
FRONTEND_URL=http://localhost:5173
FRONTEND_DOMAIN=localhost