Skip to main content

Module server

Module server 

Source
Expand description

SNAP control plane API server.

Re-exports§

pub use token_verifier::SnapTokenVerifier;

Modules§

auth
SNAP control plane API authentication middleware.
identity_registry
SNAPtun static identity registry.
jwks_key_store
JWKS-based key store for SNAP token verification.
metrics
SNAP control plane API Prometheus middleware.
state
SNAP control plane server state.
token_verifier
SNAP token verifier supporting both static keys and JWKS-based key resolution.

Functions§

build_router
Builds the SNAP control plane router.