taceo-nodes-common 0.9.0

Collection of common functions used by nodes in our MPC networks
Documentation
1
2
3
4
5
6
7
8
9
10
//! Axum middleware layers.
//!
//! # Modules
//!
//! * [`unkey`] (requires the `unkey` feature) – Tower middleware that authenticates
//!   requests by verifying the `Authorization: Bearer` token against the
//!   [Unkey](https://unkey.com) API.

#[cfg(feature = "unkey")]
pub mod unkey;