feat: add codex oauth login flow
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
JWT_SECRET=change-me
|
||||
ENCRYPTION_SECRET=change-me-32-characters-minimum
|
||||
JWT_SECRET=***
|
||||
ENCRYPTION_SECRET=change-this-to-at-least-32-characters
|
||||
DATABASE_URL=file:./dev.db
|
||||
CODEXDASH_FRONTEND_ORIGIN=http://localhost:5173
|
||||
CODEX_OAUTH_REDIRECT_URI=http://localhost:1455/auth/callback
|
||||
VITE_API_BASE_URL=http://localhost:3001
|
||||
|
||||
Reference in New Issue
Block a user