Skip to content

Commit 15a8e73

Browse files
committed
feat: add CSRF protection module
1 parent 0b97220 commit 15a8e73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pub mod auth;
2+
pub mod csrf;
23
pub mod db;
34
pub mod handlers;
45
pub mod models;

0 commit comments

Comments
 (0)