1
0
mirror of https://github.com/BitskiCo/jwk-rs synced 2024-11-22 11:59:23 +00:00
jwk-rs/README.md

11 lines
476 B
Markdown
Raw Normal View History

2020-07-12 18:57:57 +00:00
# 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)