feat: implement CSRF protection across forms and routes
This commit is contained in:
@@ -18,6 +18,7 @@ pub struct HtmlPageContext {
|
||||
pub rss_url: String,
|
||||
pub page_title: String,
|
||||
pub canonical_url: String,
|
||||
pub csrf_token: String,
|
||||
}
|
||||
|
||||
impl HtmlPageContext {
|
||||
|
||||
Reference in New Issue
Block a user