#pragma once
#include
#include
/// AuthTableEntry represents one user stored in the authentication table
struct AuthTableEntry {
std::string username; // The name of the user
std::vector
std::vector
std::vector
};
#pragma once
#include
#include
/// AuthTableEntry represents one user stored in the authentication table
struct AuthTableEntry {
std::string username; // The name of the user
std::vector
std::vector
std::vector
};