mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
JWT Authentication
This commit is contained in:
@@ -3,15 +3,30 @@ name = "unshell-server"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
log_debug = []
|
||||
|
||||
|
||||
|
||||
[dependencies]
|
||||
|
||||
unshell-lib = {path = "../unshell-lib"}
|
||||
unshell-obfuscate = {path = "../unshell-obfuscate"}
|
||||
|
||||
axum = "0.8.7"
|
||||
axum-extra = {version="0.12.2", features = ["typed-header"]}
|
||||
jsonwebtoken = {version = "10.2.0", features = ["aws_lc_rs"]}
|
||||
serde = {version = "1.0.228", features = ["derive"]}
|
||||
serde_json = "1.0.145"
|
||||
tokio = {version="1.48.0", features = ["full"] }
|
||||
tracing = "0.1.43"
|
||||
tracing-subscriber = {version="0.3.22", features = ["env-filter"] }
|
||||
bcrypt = "0.17.1"
|
||||
chrono = "0.4.42"
|
||||
static_init = "1.0.4"
|
||||
|
||||
# tracing = "0.1.43"
|
||||
# tracing-subscriber = {version="0.3.22", features = ["env-filter"] }
|
||||
|
||||
|
||||
# async-trait = "0.1.89"
|
||||
# axum = "0.8.7"
|
||||
# axum-extra = "0.12.2"
|
||||
|
||||
Reference in New Issue
Block a user