mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
fix(auth): move github oauth callbacks to app domain (#801)
This commit is contained in:
@@ -14,7 +14,7 @@ pnpm dev
|
||||
|
||||
- `DATABASE_URL` MySQL connection URL
|
||||
- `BETTER_AUTH_SECRET` 32+ char secret
|
||||
- `BETTER_AUTH_URL` base URL for auth callbacks
|
||||
- `BETTER_AUTH_URL` public base URL Better Auth uses for OAuth redirects and callbacks
|
||||
- `GITHUB_CLIENT_ID` optional OAuth app client ID for GitHub sign-in
|
||||
- `GITHUB_CLIENT_SECRET` optional OAuth app client secret for GitHub sign-in
|
||||
- `PORT` server port
|
||||
@@ -104,6 +104,7 @@ Optional GitHub Actions variable:
|
||||
- `DEN_CORS_ORIGINS` (defaults to `https://app.openwork.software,https://api.openwork.software,<render-service-url>`)
|
||||
- `DEN_RENDER_WORKER_PUBLIC_DOMAIN_SUFFIX` (defaults to `openwork.studio`)
|
||||
- `DEN_RENDER_CUSTOM_DOMAIN_READY_TIMEOUT_MS` (defaults to `240000`)
|
||||
- `DEN_BETTER_AUTH_URL` (defaults to `https://app.openwork.software`)
|
||||
- `DEN_VERCEL_API_BASE` (defaults to `https://api.vercel.com`)
|
||||
- `DEN_VERCEL_TEAM_ID` (optional)
|
||||
- `DEN_VERCEL_TEAM_SLUG` (optional, defaults to `prologe`)
|
||||
|
||||
Reference in New Issue
Block a user