Revert "fix: harden Den auth and worker access controls (#936)"

This reverts commit aa04153a29.
This commit is contained in:
Benjamin Shafii
2026-03-15 11:32:41 -07:00
parent aa04153a29
commit e50f1d2acd
14 changed files with 200 additions and 348 deletions

View File

@@ -30,8 +30,6 @@ The script prints the exact URLs and `docker compose ... down` command to use fo
- `DATABASE_URL` MySQL connection URL
- `BETTER_AUTH_SECRET` 32+ char secret
- `BETTER_AUTH_URL` public base URL Better Auth uses for OAuth redirects and callbacks
- `LOOPS_API_KEY` optional Loops API key used for production email verification delivery
- `LOOPS_TRANSACTIONAL_EMAIL_VERIFICATION_ID` optional Loops transactional email ID for verification emails; when this and `LOOPS_API_KEY` are set, production email/password sign-up is enabled
- `GITHUB_CLIENT_ID` optional OAuth app client ID for GitHub sign-in
- `GITHUB_CLIENT_SECRET` optional OAuth app client secret for GitHub sign-in
- `GOOGLE_CLIENT_ID` optional OAuth app client ID for Google sign-in
@@ -117,7 +115,6 @@ Optional GitHub Actions secrets (enable GitHub social sign-in):
- `DEN_GITHUB_CLIENT_SECRET`
- `DEN_GOOGLE_CLIENT_ID`
- `DEN_GOOGLE_CLIENT_SECRET`
- `DEN_LOOPS_API_KEY` (enables production email verification delivery when paired with the transactional ID below)
Optional GitHub Actions variable:
@@ -135,7 +132,6 @@ Optional GitHub Actions variable:
- `DEN_POLAR_API_BASE` (defaults to `https://api.polar.sh`)
- `DEN_POLAR_SUCCESS_URL` (defaults to `https://app.openwork.software`)
- `DEN_POLAR_RETURN_URL` (defaults to `DEN_POLAR_SUCCESS_URL`)
- `DEN_LOOPS_TRANSACTIONAL_EMAIL_VERIFICATION_ID` (Loops transactional email ID used for verification emails)
Required additional secret when using vanity worker domains: