|
cxxmcp 1.1.6
C++ MCP SDK
|
Thread-safe in-memory replay cache for process-local DPoP validation. More...
#include <dpop.hpp>
Public Member Functions | |
| core::Result< bool > | remember_once (std::string jwt_id, TimePoint expires_at, TimePoint now) override |
Thread-safe in-memory replay cache for process-local DPoP validation.
This is suitable for embedded/single-process servers. Multi-process or distributed deployments should provide a shared cache implementation.
|
inlineoverridevirtual |
Implements mcp::auth::DpopReplayCache.