iotaledger / iotaledger/identity
Refactor `identity_jose::Jwk`
Open
Breaking change
Rust
- Dominant language
- Rust
- Stars
- 346
- Forks
- 100
- Avg merge
- 13h 41m
- Merged PRs (30d)
- 2
Description
## Description
Refactor `Jwk` to enhance type correctness.
For instance, if a field is supposed to only have `base64`-encoded values, do not type it as `String` but let's use a new-type `Base64String` new-type that upholds this property. Same for URLs and other typed values.
Contributor guide
Assessment
This issue has not been assessed yet.