fix: use cookies
This commit is contained in:
parent
4dc3d84d38
commit
6e1251b136
4 changed files with 164 additions and 85 deletions
|
|
@ -22,4 +22,5 @@ tokio-cron-scheduler = "0.15.1"
|
|||
dashmap = "6.1.0"
|
||||
jsonwebtoken = { version = "10.3.0", features = ["rsa", "rust_crypto"] }
|
||||
base64 = "0.22.1"
|
||||
axum-extra = { version = "0.9", features = ["typed-header"] }
|
||||
axum-extra = { version = "0.9", features = ["typed-header", "cookie"] }
|
||||
cookie = "0.18"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue