learnhouse/apps/api
WhiteX ac03952dd1 Add LearnHouse Deployment Isolation Toolkit and debugging tools
- Introduced comprehensive documentation for diagnosing and fixing deployment isolation issues between DEV and LIVE instances.
- Implemented enhanced debug API endpoints for deployment verification, URL hardcoding detection, cookie isolation testing, and session configuration checks.
- Created scripts for visual demonstration of cookie isolation, enhanced debugging deployment, and verification of NextAuth cookie isolation.
- Developed a master isolation verification script to run all isolation checks in sequence and summarize results.
- Added detailed README and environment variable guidelines for proper deployment isolation.
2025-10-15 08:01:08 -04:00
..
config feat: use MailGun instead of Resend 2025-10-15 08:01:08 -04:00
content feat: refactor the entire learnhouse project 2023-10-13 20:03:27 +02:00
migrations feat: create ENUM type for thumbnail_type and update course migration 2025-06-20 22:55:47 +02:00
src Add LearnHouse Deployment Isolation Toolkit and debugging tools 2025-10-15 08:01:08 -04:00
.gitignore feat: implement backend avatar update 2024-01-20 00:41:37 +01:00
__init__.py feat: refactor the entire learnhouse project 2023-10-13 20:03:27 +02:00
alembic.ini feat: init alembic + add init revision 2024-07-11 19:57:12 +02:00
app.py Add isolation debug router with deployment verification endpoint 2025-10-15 08:01:08 -04:00
cli.py refactor: update role permissions and enhance RBAC logic to include own permissions for courses and dashboard access 2025-08-06 14:12:43 +02:00
Dockerfile refactor: update API Dockerfile to use uv for dependency management 2025-02-18 20:42:39 +01:00
pyproject.toml feat: use MailGun instead of Resend 2025-10-15 08:01:08 -04:00
uv.lock feat: use MailGun instead of Resend 2025-10-15 08:01:08 -04:00