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

View File

@@ -1,5 +1,6 @@
//! Cross-cutting helpers used across feature slices.
pub mod csrf;
pub mod guard;
pub mod money;
pub mod rbac;