Skip to content

Commit

Permalink
Merge pull request #768 from PrudentBird/prudentbird
Browse files Browse the repository at this point in the history
chore: next auth config
  • Loading branch information
kleenpulse authored Jul 30, 2024
2 parents 39bfc2f + 2f91a8f commit 406aac9
Show file tree
Hide file tree
Showing 13 changed files with 384 additions and 432 deletions.
5 changes: 4 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
API_URL=https://your-teams-backend-probe-url.com
API_URL=https://your-teams-backend-url.com
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
AUTH_SECRET=
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@react-email/tailwind": "^0.0.18",
"@t3-oss/env-nextjs": "^0.10.1",
"@types/jest-axe": "^3.5.9",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cookies-next": "^4.2.1",
Expand All @@ -50,7 +51,7 @@
"lucide-react": "^0.400.0",
"moment": "^2.30.1",
"next": "14.2.5",
"next-auth": "5.0.0-beta.19",
"next-auth": "5.0.0-beta.20",
"next-nprogress-bar": "^2.3.13",
"react": "^18",
"react-day-picker": "^8.10.1",
Expand Down
80 changes: 50 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 406aac9

Please sign in to comment.