jsonwebtoken icon indicating copy to clipboard operation
jsonwebtoken copied to clipboard

algorithms: expose `AlgorithmFamily`

Open mathstuf opened this issue 1 month ago • 1 comments

It is available on DecodingKey. Since Validation ends up masking out keys based on a single family, allow crates to create a list of supported algorithms based on the family in use.

See: #297

mathstuf avatar Nov 18 '25 17:11 mathstuf

I added Validation::new_for_family to simplify construction for algorithm families.

mathstuf avatar Nov 25 '25 19:11 mathstuf