csrf implemented

This commit is contained in:
Priec
2026-06-21 17:40:21 +02:00
parent 5b203ed248
commit 86888b3877
7 changed files with 359 additions and 0 deletions

6
Cargo.lock generated
View File

@@ -2650,11 +2650,15 @@ dependencies = [
"chrono",
"dotenvy",
"fluent-templates",
"form_urlencoded",
"futures-util",
"hmac",
"include_dir",
"insta",
"loco-oauth2",
"loco-rs",
"migration",
"multer",
"passwords",
"regex",
"reqwest",
@@ -2663,6 +2667,8 @@ dependencies = [
"serde",
"serde_json",
"serial_test",
"sha2",
"subtle",
"time",
"tokio",
"totp-rs",