1
0
mirror of https://github.com/BitskiCo/jwk-rs synced 2024-11-21 19:49:20 +00:00
Go to file
2020-07-12 20:13:44 +00:00
src Initial commit 2020-07-12 20:13:44 +00:00
.gitignore Initial commit 2020-07-12 20:13:44 +00:00
.rustfmt.toml Initial commit 2020-07-12 20:13:44 +00:00
Cargo.toml Initial commit 2020-07-12 20:13:44 +00:00
LICENSE Initial commit 2020-07-12 20:13:44 +00:00
README.md Initial commit 2020-07-12 20:13:44 +00:00

jsonwebkey

JSON Web Key (JWK) (de)serialization, generation, and conversion.

This library aims to be spec compliant and secure.

Features:

  • Serialization and deserialization of Required and Recommended key types (HS256, RS256, ES256)
  • Conversion to PEM for interop with existing JWT libraries (e.g., jsonwebtoken)
  • Key generation (particularly for testing)