-
next-csrf:Next.js的CSRF缓解下载
资源介绍
next-csrf
Next.js的CSRF缓解。
特征
next-csrf实现的缓解模式:
使用 (另请 )
安装
含纱线:
yarn add next-csrf
使用npm:
npm i next-csrf --save
用法
设置:
// file: lib/csrf.js
import { nextCsrf } from "next-csrf" ;
const options = {
secret : process . env . CSRF_SECRET // Long, randomly-generated, unique, and unpredictable value
}
export const { csrf , csrfToken } = nextCsrf ( options ) ;
初始化nextCsrf ,它将返回中间件和有效的签名CSRF令牌。
- 上一篇: armor:绝对晦涩的代码,没有人应该费心去看
- 下一篇: 更改支付金额(仅在封神台靶场).mp4