2** EPITECH PROJECT, 2024
8export namespace TokenManagement {
10 * Function to check if the token is valid
11 * @param {string} token - The token to validate
12 * @returns {boolean} Whether the token is valid or not
14 export function is_token_correct(token: string): boolean {