jsonwebtoken-jwks-cache 0.4.0

Resilient and blazingly fast async JWK Set cache
Documentation
1
2
3
4
5
6
7
mod cache;
mod pem_set;

pub use cache::TimeoutSpec;
pub use jsonwebtoken;

pub type CachedJWKS = cache::CachedJWKS<reqwest::Client>;