jwt implementation and login, not working yet
This commit is contained in:
@@ -26,7 +26,8 @@ lazy_static = "1.5.0"
|
||||
regex = "1.11.1"
|
||||
bcrypt = "0.17.0"
|
||||
validator = { version = "0.20.0", features = ["derive"] }
|
||||
uuid = { version = "1.16.0", features = ["v4"] }
|
||||
uuid = { version = "1.16.0", features = ["serde", "v4"] }
|
||||
jsonwebtoken = "9.3.1"
|
||||
|
||||
[lib]
|
||||
name = "server"
|
||||
|
||||
Reference in New Issue
Block a user