Skip to content

Commit

Permalink
feat: ⬆️ upgrade next-auth version (pinned) + nuxt-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Jan 17, 2024
1 parent a9bf1ab commit 5b11538
Show file tree
Hide file tree
Showing 3 changed files with 2,387 additions and 1,922 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export default defineNuxtConfig({
},
auth: {
origin: process.env.AUTH_ORIGIN,
provider: {
type: 'authjs',
},
},
devtools: {
enabled: true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nuxt/devtools": "0.5.0",
"@nuxt/test-utils": "3.5.0",
"@nuxtjs/tailwindcss": "6.7.0",
"@sidebase/nuxt-auth": "^0.5.0",
"@sidebase/nuxt-auth": "^0.6.4",
"@types/node": "18.15.0",
"@vitejs/plugin-vue": "4.2.3",
"@vitest/ui": "0.31.1",
Expand All @@ -62,7 +62,7 @@
"@trpc/client": "^10.37.1",
"@trpc/server": "^10.37.1",
"@vueuse/core": "^10.5.0",
"next-auth": "4.22.1",
"next-auth": "4.22.5",
"pinia": "^2.1.7",
"superjson": "1.12.3",
"trpc-nuxt": "0.10.7",
Expand Down
Loading

0 comments on commit 5b11538

Please sign in to comment.