Skip to main content

Crate uselesskey_core_jwk_builder

Crate uselesskey_core_jwk_builder 

Source
Expand description

JWKS composition with deterministic ordering semantics.

This crate centralizes JWKS assembly behavior that is shared across JWK-producing key fixtures. Entries are sorted by kid and preserve insertion order for duplicate kid values.

Structsยง

JwksBuilder
Incrementally assembles a Jwks set with deterministic kid-based ordering.