fix getting token through header cookies and not body

This commit is contained in:
2025-12-04 12:31:31 +01:00
parent 02c11137ff
commit 668173c40d
10 changed files with 58 additions and 63 deletions

View File

@@ -30,6 +30,7 @@ futures-util = {version = "0.3.31"}
uuid = {version = "1.18.1", features = ["serde"] }
base64 = "0.22.1"
reqwest = { version = "0.12.24", features = ["json","blocking"] }
tower-http = { version = "0.6.7", features = ["cors"] }