jsonwebtoken
jsonwebtoken copied to clipboard
algorithms: expose `AlgorithmFamily`
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
I added Validation::new_for_family to simplify construction for algorithm families.