mirror of
https://github.com/BitskiCo/jwk-rs
synced 2024-11-22 11:59:23 +00:00
11 lines
476 B
Markdown
11 lines
476 B
Markdown
|
# jsonwebkey
|
||
|
|
||
|
**JSON Web Key (JWK) (de)serialization, generation, and conversion.**
|
||
|
|
||
|
This library aims to be [spec](https://tools.ietf.org/html/rfc7517#section-4.3) compliant and secure.
|
||
|
|
||
|
Features:
|
||
|
- [x] Serialization and deserialization of _Required_ and _Recommended_ key types (HS256, RS256, ES256)
|
||
|
- [ ] Conversion to PEM for interop with existing JWT libraries (e.g., [jsonwebtoken](https://crates.io/crates/jsonwebtoken))
|
||
|
- [ ] Key generation (particularly for testing)
|