uselesskey-jwk
Typed JWK/JWKS models, deterministic JWKS builders, ordering helpers, and
scanner-safe negative JWK fixtures used by uselesskey fixture crates.
This is the canonical public JWK/JWKS crate. The former uselesskey-core-jwk*
implementation crates are compatibility shims; new downstream code should import
JWK types and JwksBuilder from uselesskey-jwk.
Example
use ;
let mut builder = new;
builder.push_private;
let jwks = builder.build;
assert_eq!;
let duplicate = jwks.negative_value;
assert_eq!;
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
See the uselesskey crate for full
documentation.