Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
auth.hpp File Reference
#include <random>
#include <string>
#include <expected>
#include <format>
#include <regex>
#include "native.h"
#include <asio.hpp>
#include <asio/experimental/awaitable_operators.hpp>
#include <absl/container/flat_hash_map.h>
#include <spdlog/spdlog.h>
#include <secp256k1.h>
#include <secp256k1_recovery.h>
#include <jwt-cpp/jwt.h>
#include "utils.hpp"
#include "keccak256.hpp"
#include "http.hpp"
#include "parse_error.hpp"
#include "evm.hpp"

Go to the source code of this file.

Classes

struct  dcn::auth::AuthError
 
class  dcn::auth::AuthManager
 
struct  std::formatter< dcn::auth::AuthError::Kind >
 

Namespaces

namespace  dcn
 
namespace  dcn::auth