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*
published-internal compatibility shims were removed in v0.8.0.)
Example
use ;
let mut builder = new;
builder.push_private;
let jwks = builder.build;
assert_eq!;
let duplicate = jwks.negative_value;
assert_eq!;
let mixed = jwks.negative_value;
assert_eq!;
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.