keycloak-access 0.0.1

Keycloak generated jwt access validation
Documentation
1
2
3
4
5
pub mod error;
pub mod kc;
pub mod token;
pub use kc::client::Keycloak;
pub use token::store::JwtStore;