Add login functionality to allow users to securely access the application

Install passport, passport-local, openid-client, memoizee, and related dependencies in package.json.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8fac8604-8776-4090-bf16-1e3d01acb719
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9777c70b-fc38-4831-8d6b-78dfffe041b0/f3d25124-26b8-4b52-a245-d1a6064d4be2.jpg
This commit is contained in:
ghaddaditw
2025-06-08 09:36:55 +00:00
parent 5b074b718e
commit 5ba77887e6
2 changed files with 201 additions and 0 deletions
+3
View File
@@ -43,6 +43,7 @@
"@radix-ui/react-toggle-group": "^1.1.3",
"@radix-ui/react-tooltip": "^1.2.0",
"@tanstack/react-query": "^5.60.5",
"@types/memoizee": "^0.4.12",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -65,12 +66,14 @@
"input-otp": "^1.4.2",
"ioredis": "^5.6.1",
"lucide-react": "^0.453.0",
"memoizee": "^0.4.17",
"memorystore": "^1.6.7",
"multer": "^2.0.0",
"nanoid": "^5.1.5",
"next-themes": "^0.4.6",
"node-cron": "^4.1.0",
"openai": "^5.1.1",
"openid-client": "^6.5.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"react": "^18.3.1",