Skip to content

Commit

Permalink
feat: auth to MongoDB with OIDC
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cao <[email protected]>
  • Loading branch information
ryanccn committed Oct 4, 2024
1 parent f4abd98 commit 2e5d285
Show file tree
Hide file tree
Showing 8 changed files with 1,584 additions and 660 deletions.
52 changes: 27 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"dependencies": {
"@iarna/toml": "^2.2.5",
"@next-auth/mongodb-adapter": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@tremor/react": "^3.18.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@tremor/react": "^3.18.3",
"class-variance-authority": "^0.7.0",
"date-fns": "^4.1.0",
"fast-xml-parser": "^4.5.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lucide-react": "^0.445.0",
"lucide-react": "^0.447.0",
"nanoid": "^5.0.7",
"next": "^14.2.13",
"next-auth": "^4.24.7",
"next": "^14.2.14",
"next-auth": "^4.24.8",
"next-mdx-remote": "^5.0.0",
"next-plausible": "^3.12.2",
"next-themes": "^0.3.0",
Expand All @@ -34,31 +34,33 @@
"react-dom": "18.3.1",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"tailwind-merge": "^2.5.2",
"valibot": "0.42.1"
"tailwind-merge": "^2.5.3",
"valibot": "1.0.0-beta.0"
},
"devDependencies": {
"@aws-sdk/credential-provider-web-identity": "^3.664.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.0",
"@eslint/js": "^9.11.1",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@next/bundle-analyzer": "^14.2.13",
"@next/eslint-plugin-next": "^14.2.13",
"@ryanccn/eslint-config": "^0.4.0",
"@next/bundle-analyzer": "^14.2.14",
"@next/eslint-plugin-next": "^14.2.14",
"@ryanccn/eslint-config": "^0.4.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/file-saver": "^2.0.7",
"@types/node": "22.5.5",
"@types/react": "18.3.8",
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@upstash/ratelimit": "^2.0.3",
"@vercel/kv": "^2.0.0",
"@vercel/functions": "^1.4.1",
"@vercel/kv": "^3.0.0",
"autoprefixer": "^10.4.20",
"discord-api-types": "^0.37.100",
"eslint": "^9.11.0",
"eslint-config-next": "14.2.13",
"discord-api-types": "^0.37.101",
"eslint": "^9.11.1",
"eslint-config-next": "14.2.14",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^55.0.0",
"globals": "^15.9.0",
"eslint-plugin-unicorn": "^56.0.0",
"globals": "^15.10.0",
"gray-matter": "^4.0.3",
"image-size": "^1.1.1",
"kleur": "^4.1.5",
Expand All @@ -68,21 +70,21 @@
"p-limit": "^6.1.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0",
"typescript-eslint": "^8.8.0",
"unified": "^11.0.5"
},
"pnpm": {
"patchedDependencies": {
"@next-auth/[email protected]": "patches/@[email protected]"
}
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}
Loading

0 comments on commit 2e5d285

Please sign in to comment.