feat(auth): secure backend authentication modes

This commit is contained in:
SaidSoighiri94
2026-07-23 12:35:21 +02:00
parent f7ce98343e
commit 313bb1c6ef
8 changed files with 323 additions and 32 deletions
+2 -1
View File
@@ -43,6 +43,7 @@
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3"
"jsonwebtoken": "^9.0.3",
"jwks-rsa": "^4.1.0"
}
}