Skip to content

Commit

Permalink
auth guard
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenreup committed Aug 8, 2024
1 parent f424fd4 commit 41385b5
Show file tree
Hide file tree
Showing 6 changed files with 514 additions and 485 deletions.
5 changes: 0 additions & 5 deletions middleware.ts

This file was deleted.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,22 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"crypto-js": "^4.2.0",
"cryptr": "^6.2.0",
"date-fns": "^3.6.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^3.1.2",
"lucide-react": "^0.271.0",
"next": "14.2.3",
"next": "14.2.5",
"next-auth": "beta",
"nextjs-toploader": "^1.6.12",
"postcss": "8.4.29",
"react": "18.2.0",
"react": "18.3.1",
"react-daisyui": "^5.0.0",
"react-day-picker": "^8.10.1",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-hook-form": "^7.45.4",
"react-icons": "^5.2.1",
"string-template": "^1.0.0",
Expand All @@ -54,6 +55,7 @@
"zod": "^3.22.2"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/string-template": "^1.0.2",
"daisyui": "^3.6.4"
}
Expand Down
Loading

0 comments on commit 41385b5

Please sign in to comment.