velxio/backend/app
David Montero Crespo 7e87afa3ec fix: Google OAuth redirects to production URL after login
- FRONTEND_URL and COOKIE_SECURE are now read from settings (env vars)
- Add COOKIE_SECURE config field (false by default, true in prod)
- backend/.env sets FRONTEND_URL=https://www.velxio.dev and COOKIE_SECURE=true

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 21:03:51 -03:00
..
api fix: Google OAuth redirects to production URL after login 2026-03-06 21:03:51 -03:00
core fix: Google OAuth redirects to production URL after login 2026-03-06 21:03:51 -03:00
database feat: implement user authentication and project management features 2026-03-06 10:14:50 -03:00
models feat: implement user authentication and project management features 2026-03-06 10:14:50 -03:00
schemas feat: /project/:id URL, per-project file volumes, and public/private access control 2026-03-06 20:38:06 -03:00
services feat: /project/:id URL, per-project file volumes, and public/private access control 2026-03-06 20:38:06 -03:00
utils feat: implement user authentication and project management features 2026-03-06 10:14:50 -03:00
__init__.py feat: Implement Arduino Simulator with component management and simulation features 2026-03-03 00:20:49 -03:00
main.py feat: implement user authentication and project management features 2026-03-06 10:14:50 -03:00