major checkpoint

This commit is contained in:
2026-01-08 15:59:53 +10:30
parent 211854ca0a
commit 5e060f267d
33 changed files with 8088 additions and 43 deletions
+4 -1
View File
@@ -6,6 +6,7 @@ SECRET_KEY=your-secret-key-here-change-in-production
# Database
DATABASE_URL=postgresql://user:password@localhost:5432/authy2_dev
SQLALCHEMY_ECHO=False
SQLALCHEMY_LOG_LEVEL=WARNING
# Security
BCRYPT_LOG_ROUNDS=12
@@ -15,7 +16,9 @@ SESSION_COOKIE_SAMESITE=Lax
MAX_SESSION_DURATION=86400
# CORS
CORS_ORIGINS=http://localhost:3000,http://localhost:5173
#CORS_ORIGINS=http://localhost:3000,http://localhost:5173,https://oidc-playpen.lovable.app/,http://localhost:8080/
CORS_ORIGINS=*
# JWT (if using JWT instead of sessions)
JWT_SECRET_KEY=your-jwt-secret-key-here