20#ifndef ORES_IAM_MESSAGING_REGISTRAR_HPP
21#define ORES_IAM_MESSAGING_REGISTRAR_HPP
24#include "ores.nats/service/client.hpp"
25#include "ores.nats/service/subscription.hpp"
26#include "ores.database/domain/context.hpp"
27#include "ores.security/jwt/jwt_authenticator.hpp"
29namespace ores::iam::messaging {
33 static std::vector<ores::nats::service::subscription>
Context for the operations on a postgres database.
Definition context.hpp:47
NATS client: connection, pub/sub, request/reply, and JetStream.
Definition client.hpp:73
JWT authentication primitive.
Definition jwt_authenticator.hpp:45