usso 0.2.6

The usso provides a universal single sign-on (SSO) integration for microservices, making it easy to add secure, scalable authentication across different frameworks. This client simplifies the process of connecting any microservice to the USSO service.
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod core;
pub mod exceptions;
pub mod jwks;
pub mod schemas;
pub mod session;
pub mod utils;