Remove social auth and stabilize email/password flow

This commit is contained in:
2026-02-21 23:16:16 -05:00
parent 40f956f9f9
commit cae7cbb98f
7 changed files with 46 additions and 72 deletions

View File

@@ -11,10 +11,7 @@ NODE_ENV=development
JWT_SECRET=change-this-to-a-random-secret-key
BETTER_AUTH_SECRET=change-this-to-a-random-secret-key
BETTER_AUTH_BASE_URL=http://localhost:3001
GITHUB_ID=
GITHUB_SECRET=
GOOGLE_ID=
GOOGLE_SECRET=
FRONTEND_URL=http://localhost:3000
# Frontend
NEXT_PUBLIC_API_URL=http://localhost:3001