feat(api): add csrf protection (#50275)

Co-authored-by: Sboonny <muhammed@freecodecamp.org>
This commit is contained in:
Oliver Eyton-Williams
2023-05-18 13:36:40 +02:00
committed by GitHub
parent 4dfca3c560
commit c3c912db07
11 changed files with 287 additions and 123 deletions
+1
View File
@@ -6,6 +6,7 @@
"dependencies": {
"@fastify/cookie": "^8.3.0",
"@fastify/middie": "8.3",
"@fastify/csrf-protection": "6.3.0",
"@fastify/session": "^10.1.1",
"@fastify/swagger": "^8.3.1",
"@fastify/swagger-ui": "^1.5.0",