Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/middleware/csrf/index.ts>csrf

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable csrf
import { csrf } from "https://deno.land/x/hono@v3.12.8/middleware/csrf/index.ts";

type

(options?: CSRFOptions) => MiddlewareHandler