Refactor API
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2024-04-20 13:48:00 +02:00
parent 4e8797d68d
commit 4984027a29
4 changed files with 64 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "basic-jwt"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Pierre Hubert <pierre.git@communiquons.org>"]
description = "Basic JWT signing and verification library"
@@ -17,4 +17,4 @@ serde = { version = "1.0.198", features = ["derive"] }
anyhow = "1.0.82"
elliptic-curve = { version = "0.13.8", features = ["pkcs8", "pem"] }
p384 = { version = "0.13.0", features = ["ecdsa", "pkcs8", "pem"] }
jsonwebtoken = "9.3.0"
jsonwebtoken = "9.3.0"