cleanup: remove DEBUG_EMAIL_PASSWORD email/password backdoor; add MIT LICENSE + .env.example
build / test (push) Failing after 12m52s
build / build (push) Has been skipped

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-07 07:53:53 -04:00
parent 534bba3b06
commit 46bf005ec3
5 changed files with 53 additions and 8 deletions
-1
View File
@@ -60,7 +60,6 @@ npm start # node dist/server.js
| `LOG_LEVEL` | `debug` / `info` (default `info`). |
| `PORT` | HTTP port (default `8080`). |
| `PORTAL_CLIENT_ID` / `PORTAL_REDIRECT_URI` | portal client seeded by `migrate.ts` (have defaults). |
| `DEBUG_EMAIL_PASSWORD` | **debug only**`=true` enables email/password auth for headless OAuth debugging. Keep off in normal operation. |
## Deployment