diff options
| author | MohamedBassem <me@mbassem.com> | 2024-02-05 17:07:32 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-02-05 17:07:32 +0000 |
| commit | b7fc3344e3f3c898388831dbfad084cebdd64bb3 (patch) | |
| tree | d3f5e282ad2edb001120665d3244cd623ec3e888 /package.json | |
| parent | 61b08abf0083f7aeb646fe588d673c72cd8b5493 (diff) | |
| download | karakeep-b7fc3344e3f3c898388831dbfad084cebdd64bb3.tar.zst | |
Init NextAuth
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index ae7deb01..02b42959 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,9 @@ "lint": "next lint" }, "dependencies": { + "@next-auth/prisma-adapter": "^1.0.7", "next": "14.1.0", + "next-auth": "^4.24.5", "prisma": "^5.9.1", "react": "^18", "react-dom": "^18" |
