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
+1
View File
@@ -9,6 +9,7 @@ imphnen-libs.workspace = true
imphnen-utils.workspace = true
imphnen-entities.workspace = true
axum.workspace = true
axum-extra.workspace = true
serde.workspace = true
serde_json.workspace = true
utoipa.workspace = true