UNPKG

simple-next-csrf

Version:

This project aims to add Cross-Site Request Forgery (CSRF) protection to a Next.js application that does have server-side props support.

3 lines (2 loc) 97 B
import { TsimpleNextCSRF } from "./types"; export declare const simpleNextCSRF: TsimpleNextCSRF;