R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
AuthService.cpp File Reference
#include "server/Sessions/Auth/AuthService.hpp"
#include <algorithm>
#include <chrono>
#include <cstring>
#include <fstream>
#include <nlohmann/json.hpp>
#include <random>
#include <sstream>
#include "common/Logger/Logger.hpp"
#include "common/Security/Argon2PasswordHasher.hpp"
Include dependency graph for AuthService.cpp:

Go to the source code of this file.

Namespaces

namespace  server
 

Typedefs

using json = nlohmann::json
 

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 19 of file AuthService.cpp.