runique 1.1.25

A Django-inspired web framework for Rust with ORM, templates, and comprehensive security middleware
Documentation
1
2
3
4
5
6
pub mod csp_nonce;
pub mod csrf;

pub use csp_nonce::*;

pub use csrf::{generation_token, generation_user_token, mask_csrf_token, unmask_csrf_token};