feat: ✨ token extractor middleware
This commit is contained in:
parent
96199f71ef
commit
4f874d8789
9 changed files with 247 additions and 32 deletions
|
@ -7,7 +7,11 @@ edition = "2024"
|
|||
axum = { version = "0.8.3", features = ["json"] }
|
||||
axum-macros = "0.5.0"
|
||||
tokio = "1.42.1"
|
||||
tower-http = { version = "0.6.2", features = ["cors", "trace"] }
|
||||
tracing-subscriber = "0.3.19"
|
||||
tracing = "0.1.41"
|
||||
webrtc = "0.12.0"
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
protocol = { path = "../protocol" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue