Cargo Features
[dependencies]
hb-auth = { version = "0.2.0", default-features = false, features = ["axum", "kv"] }
- default = axum
-
The
axumfeature is set by default wheneverhb-authis added withoutsomewhere in the dependency tree.default-features = false - axum default
-
Enables axum
- kv
-
Affects
extractor::HasJwksCache,jwt::verify_access_jwt_cached…