refactor(auth): migrate to httpOnly cookies and update vendor listings
Migrated JWT authentication from localStorage to httpOnly cookies using axum-extra. Refactored vendor listing and edit pages to use the centralized API client. Updated schema and data models to support these changes.
This commit is contained in:
@@ -15,3 +15,7 @@ dotenv = "0.15"
|
||||
tower-http = { version = "0.4", features = ["cors"] }
|
||||
argon2 = { version = "0.5.3", features = ["std"] }
|
||||
hyper = "0.14"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
axum-extra = { version = "0.7", features = ["cookie"] }
|
||||
time = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user