revoke-auth 0.5.0

High-performance microservices infrastructure framework built with pure Rust
Documentation
1
2
3
4
5
6
7
8
pub mod claims;
pub mod extractor;
pub mod jwks;
pub mod validator;

pub use claims::JwtClaims;
pub use extractor::{Auth, AuthConfig};
pub use jwks::JwksStore;