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

@ -9,3 +9,5 @@ thiserror = "1"
chrono = "0.4.23"
sqlx = "0.5.13"
url = "2.3.1"
serde = "1"
serde_json = "1"