feat(api): allow redirection with message (#50525)

Co-authored-by: Muhammed Mustafa <MuhammedElruby@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2023-06-07 15:30:12 +02:00
committed by GitHub
parent 962f45475c
commit 65239ee68b
4 changed files with 161 additions and 2 deletions
+3 -2
View File
@@ -5,8 +5,8 @@
},
"dependencies": {
"@fastify/cookie": "^8.3.0",
"@fastify/middie": "8.3",
"@fastify/csrf-protection": "6.3.0",
"@fastify/middie": "8.3",
"@fastify/session": "^10.1.1",
"@fastify/swagger": "^8.3.1",
"@fastify/swagger-ui": "^1.5.0",
@@ -17,7 +17,8 @@
"fastify": "4.17.0",
"fastify-auth0-verify": "^1.0.0",
"fastify-plugin": "^4.3.0",
"nodemon": "2.0.22"
"nodemon": "2.0.22",
"query-string": "^7.1.3"
},
"description": "The freeCodeCamp.org open-source codebase and curriculum",
"devDependencies": {