feat(corp/rih): implement backend captcha validation

Change-Id: Ia80a6aeb8c20bdacbf93356be31592ca4ba7fcdc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8741
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2023-06-09 20:18:05 +03:00 committed by clbot
parent b3ca1a78eb
commit ba36a15b31
4 changed files with 43 additions and 1 deletions

View file

@ -10,6 +10,11 @@ serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
uuid = { version = "1.3.3", features = ["v4", "serde"] }
[dependencies.attohttpc]
version = "0.22"
default-features = false
features = [ "tls-rustls" ]
[dependencies.rouille]
version = "3.6"
default-features = false