Cors layer added
header, origin and method limitations
This commit is contained in:
@@ -15,3 +15,5 @@ chrono = { version = "0.4.44", features = ["serde"] }
|
||||
jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] }
|
||||
argon2 = "0.5.3"
|
||||
time = "0.3.47"
|
||||
tower = "0.5.3"
|
||||
tower-http = { version = "0.6.8", features = ["cors"] }
|
||||
|
||||
Reference in New Issue
Block a user