feat(api): user/user-token (#50721)

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2023-06-29 12:36:44 +02:00
committed by GitHub
parent 4eeb7512e1
commit 16c0949a4b
6 changed files with 4135 additions and 1933 deletions
+5 -2
View File
@@ -17,15 +17,18 @@
"fastify": "4.18.0",
"fastify-auth0-verify": "^1.0.0",
"fastify-plugin": "^4.3.0",
"jsonwebtoken": "8.5.1",
"nanoid": "3",
"nodemon": "2.0.22",
"query-string": "^7.1.3"
},
"description": "The freeCodeCamp.org open-source codebase and curriculum",
"devDependencies": {
"@fastify/type-provider-typebox": "3.2.0",
"@types/express-session": "1.17.7",
"@types/supertest": "2.0.12",
"@types/bad-words": "^3.0.1",
"@types/express-session": "1.17.7",
"@types/jsonwebtoken": "^9.0.2",
"@types/supertest": "2.0.12",
"ajv": "8.12.0",
"dotenv-cli": "7.2.1",
"jest": "29.5.0",