auths-jwt 0.1.6

Shared JWT claim types for the Auths identity system
Documentation
1
2
3
4
5
6
7
8
//! Shared JWT claim types for the Auths identity system.
//!
//! This crate provides the data types used in Auths-issued JWTs,
//! shared between the OIDC bridge (token issuer) and MCP server (token consumer).

mod claims;

pub use claims::{ActorClaim, IdpBindingClaim, OidcClaims, WitnessQuorumClaim};