fix(api): use constant time comparison for tokens

This commit is contained in:
alyssa 2025-08-08 20:36:51 +00:00
parent 2d40a1ee16
commit 9c1acd84e1
3 changed files with 8 additions and 3 deletions

View file

@ -26,3 +26,4 @@ reverse-proxy-service = { version = "0.2.1", features = ["axum"] }
serde_urlencoded = "0.7.1"
tower = "0.4.13"
tower-http = { version = "0.5.2", features = ["catch-panic"] }
subtle = "2.6.1"