game_room system added + readme changelog
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import jwt from 'jsonwebtoken';
|
||||
|
||||
|
||||
//Check si le webtoken est valide
|
||||
export default function authMiddleware(req, res, next)
|
||||
{
|
||||
const header = req.headers.authorization;
|
||||
|
||||
Reference in New Issue
Block a user