usso 0.2.1

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
[dependencies.base64]
version = "0.22"

[dependencies.jsonwebtoken]
version = "9.3.0"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.12.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.uuid]
features = ["v4"]
version = "1.0"

[dev-dependencies.dotenvy]
version = "0.15.7"

[dev-dependencies.mockall]
version = "0.13.1"

[dev-dependencies.mockito]
version = "1.6.1"

[dev-dependencies.tokio-test]
version = "0.4"

[lib]
name = "usso"
path = "src/lib.rs"

[package]
authors = ["hikari <mps.parsa.mps@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "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."
edition = "2021"
homepage = "https://usso.io"
license = "MIT"
name = "usso"
readme = "README.md"
repository = "https://github.com/ussoio/usso.rs.git"
version = "0.2.1"

[[test]]
name = "jwks"
path = "tests/jwks.rs"