1. 首页
  2. 数据库
  3. 其它
  4. nexus plugin jwt auth:Nexus框架的基本jsonwebtoken身份验证插件 源码

nexus plugin jwt auth:Nexus框架的基本jsonwebtoken身份验证插件 源码

上传者: 2021-04-22 08:00:18上传 ZIP文件 172.32KB 热度 19次
内容 安装 npm install nexus-plugin-jwt-auth 用法示例 使用内置权限系统或利用查找完整的示例: 基本权限- - 设置 // app.ts import { use } from 'nexus' import { auth } from 'nexus-plugin-jwt-auth' // Enables the JWT Auth plugin without permissions use ( auth ( { appSecret : "" // optional if using custom verify function } ) ) 您现在可以在Nexus context访问token对象及其属性。 权限 也可以添加基本权限。 // app.ts import { use } from 'nexus' import {
用户评论