vtc-service 0.7.0

Service for Verifiable Trust Communities
1
2
3
4
5
6
7
8
9
10
11
//! `/v1/join-requests/*` route handlers (M1.7–M1.10).
//!
//! Submit + applicant-side endpoints are unauthenticated (the
//! holder-binding VP / DIDComm envelope IS the auth). Admin-side
//! list / show / approve / reject endpoints require AdminAuth
//! (Phase 1 simplification — Moderator-tier admission lands in
//! Phase 2's policy surface).

pub mod decide;
pub mod read;
pub mod submit;