Skip to content

Commit

Permalink
chore: bump auth deps
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Feb 8, 2024
1 parent 56b548d commit 37b0f8d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 30 deletions.
5 changes: 1 addition & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ DB_NAME='YOUR_DB_NAME'
DB_USERNAME=''
DB_PASSWORD='pscale_pw_'

# @see https://next-auth.js.org/configuration/options#nextauth_url
AUTH_URL='http://localhost:3000'
AUTH_REDIRECT_PROXY_URL="http://localhost:3001/api"

# You can generate the secret via 'openssl rand -base64 32' on Unix
# @see https://next-auth.js.org/configuration/options#secret
AUTH_SECRET='supersecret'
AUTH_REDIRECT_PROXY_URL="http://localhost:3001/api"

# Preconfigured Discord OAuth provider, works out-of-the-box
# @see https://next-auth.js.org/providers/discord
Expand Down
2 changes: 1 addition & 1 deletion apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/core": "0.26.2"
"@auth/core": "0.26.3"
},
"devDependencies": {
"@acme/eslint-config": "workspace:^0.2.0",
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,5 @@
"turbo": "^1.11.3",
"typescript": "^5.3.3"
},
"prettier": "@acme/prettier-config",
"pnpm": {
"overrides": {
"@auth/core": "0.26.2"
}
}
"prettier": "@acme/prettier-config"
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
"dependencies": {
"@acme/db": "workspace:^0.1.0",
"@auth/drizzle-adapter": "^0.3.12",
"@auth/drizzle-adapter": "^0.6.3",
"@t3-oss/env-nextjs": "^0.7.1",
"next": "^14.1.0",
"next-auth": "5.0.0-beta.8",
"next-auth": "5.0.0-beta.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.4"
Expand Down
31 changes: 14 additions & 17 deletions pnpm-lock.yaml

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

0 comments on commit 37b0f8d

Please sign in to comment.