major feat: auth v1

This commit is contained in:
Matthew Toro 2026-04-03 21:39:59 -04:00
parent 0fa5ae3037
commit 1daae8e2a8
15 changed files with 627 additions and 100 deletions

View file

@ -5,11 +5,6 @@
#include "Common/vendor/nlohmann/json.hpp"
#include <random>
static string narrowStr(const wstring &w)
{
return string(w.begin(), w.end());
}
static wstring generateServerId()
{
static constexpr wchar_t hex[] = L"0123456789abcdef";