webinar done BACK
Showing
... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
"cors": "^2.8.5", | "cors": "^2.8.5", | ||
"dotenv": "^16.0.3", | "dotenv": "^16.0.3", | ||
"express": "^4.18.2", | "express": "^4.18.2", | ||
"jsonwebtoken": "^9.0.0", | |||
"mongodb": "^5.1.0", | "mongodb": "^5.1.0", | ||
"mongoose": "^7.0.3", | "mongoose": "^7.0.3", | ||
"multer": "^1.4.5-lts.1", | "multer": "^1.4.5-lts.1", | ||
... | @@ -30,6 +31,7 @@ | ... | @@ -30,6 +31,7 @@ |
"@types/cors": "^2.8.13", | "@types/cors": "^2.8.13", | ||
"@types/dotenv": "^8.2.0", | "@types/dotenv": "^8.2.0", | ||
"@types/express": "^4.17.17", | "@types/express": "^4.17.17", | ||
"@types/jsonwebtoken": "^9.0.1", | |||
"@types/mongodb": "^4.0.7", | "@types/mongodb": "^4.0.7", | ||
"@types/mongoose": "^5.11.97", | "@types/mongoose": "^5.11.97", | ||
"@types/multer": "^1.4.7", | "@types/multer": "^1.4.7", | ||
... | ... |
src/helpers/generateJWT.ts
0 → 100644
src/middlewares/auth.ts
0 → 100644
Please
register
or
sign in
to comment