You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for custom JWS algorithms
This PR introduces a feature `custom_alg` to `identity_jose` (disabled
by default) that allows it to process JWS with custom `alg` values.
Switching on `custom_alg` makes quite a few changes to `JwsAlgorithm`:
- The type is no longer `Copy`
- `name()` takes only a reference and returns a `String` rather than
`&'static str`
- The constant `ALL` is removed as it is no longer possible to enumerate
all variants
* fmt
* Add comment
* Nightly fmt
* chore: add template for custom_alg file
* Split implementation of Display
---------
Co-authored-by: Yasir <yasir@shariff.dev>
0 commit comments