Skip to main content

Crate zvault_server

Crate zvault_server 

Source
Expand description

ZVault HTTP server.

Wires together the core library, storage backend, and HTTP routes into a running Axum server. Serves both the JSON API at /v1/* and the web UI at /.

Modules§

config
Server configuration for ZVault.
error
HTTP error types for VaultRS server.
hardening
Production hardening: memory pinning and core dump prevention.
middleware
Authentication middleware for ZVault.
routes
HTTP route handlers for ZVault.
state
Shared application state for ZVault server.