UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

4 lines (3 loc) 139 B
import { IncomingMessage } from "http"; declare const getSecret: (req: IncomingMessage, tokenKey: string) => string; export { getSecret };