jwt: added key rsa key generation, import/export, jwk as PS256

This commit is contained in:
Philippe Loctaux 2023-03-12 13:59:14 +01:00
parent e1ec84f7c6
commit 44506422e9
14 changed files with 334 additions and 1 deletions

View file

@ -7,4 +7,4 @@ edition = "2021"
thiserror = { workspace = true }
nanoid = "0.4.0"
nanoid-dictionary = "0.4.3"
serde = { version = "1", features = ["derive"] }
serde = { workspace = true, features = ["derive"] }