GROS FIX + avatar

This commit is contained in:
gprunet
2026-01-21 16:11:28 +01:00
parent 825e53b554
commit 5bdf7f0442
8 changed files with 220 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import jwt from 'jsonwebtoken';
//Check si le webtoken est valide
// Check if the webtoken is valid
export default function authMiddleware(req, res, next)
{
const header = req.headers.authorization;