#pragma once #include "persistent_data.hpp" #include #include #include #include std::string getUsernameFromCommonName(std::string_view commonName); std::shared_ptr verifyMtlsUser(const boost::asio::ip::address& clientIp, boost::asio::ssl::verify_context& ctx);