feat(api): sessions management (#49499)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Niraj Nandish
2023-03-09 20:36:33 +05:30
committed by GitHub
parent 1da3e95ee3
commit 4769a448e1
9 changed files with 151 additions and 29 deletions
+3
View File
@@ -4,8 +4,11 @@
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
},
"dependencies": {
"@fastify/cookie": "^8.3.0",
"@fastify/middie": "8.1",
"@fastify/mongodb": "6.2.0",
"@fastify/session": "^10.1.1",
"connect-mongo": "^4.6.0",
"fastify": "4.14.0",
"fastify-auth0-verify": "^1.0.0",
"fastify-plugin": "^4.3.0",