pub async fn with_request_scope_csrf<F, T>(csrf: String, fut: F) -> Twhere F: Future<Output = T>,
Run fut with both a fresh mount scope AND a CSRF token bound for boot_script.
fut
boot_script