feat: Add axum-extra dependency and refactor auth middleware for improved token handling

This commit is contained in:
MythEclipse
2025-08-14 23:16:41 +07:00
parent 10dc869eaf
commit 01e20baa45
3 changed files with 27 additions and 41 deletions
Generated
+1
View File
@@ -2314,6 +2314,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"axum-extra",
"axum-test",
"chrono",
"futures",