Skip to main content

Crate notedthat_server

Crate notedthat_server 

Source
Expand description

NotedThat server โ€” HTTP API in one process. See docs/CONFIGURATION.md for env var reference.

Modulesยง

cli
The notedthat-server command line.
config
Configuration for notedthat-server.
oidc
OIDC bearer-token verification: discovery, a cached JWKS, and the TokenVerifier the notedthat_core::Authenticator consults for any bearer that is not the service token (D53).
provision
Startup provisioning: validate configs, ensure buckets, write manifests.
run
Server startup and lifecycle management.
tracing_init
Tracing / logging initialization for notedthat-server.