vtc-service 0.7.0

Service for Verifiable Trust Communities
1
2
3
4
5
6
7
8
9
10
11
//! `/v1/admin/*` admin-only route handlers.
//!
//! All routes here require `AdminAuth`. The Trust-Task header check
//! happens at the route-table layer (see `crate::routes::router`);
//! reaching a handler implies both the role gate and the task gate
//! have passed.

pub mod bootstrap;
pub mod config;
pub mod invites;
pub mod passkeys;