uselesskey-jwk
Compatibility facade for typed JWK/JWKS models used by uselesskey fixture crates.
The canonical implementation lives in uselesskey-core-jwk; this crate re-exports
that API to preserve the stable uselesskey-jwk crate name.
Example
use ;
let mut builder = new;
builder.push_private;
let jwks = builder.build;
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.