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

时间:2024-04-10 08:47:35
【文件属性】:

文件名称:nexus-plugin-jwt-auth:Nexus框架的基本jsonwebtoken身份验证插件

文件大小:172KB

文件格式:ZIP

更新时间:2024-04-10 08:47:35

graphql jwt authentication jwt-token jsonwebtoken

内容 安装 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 {


【文件预览】:
nexus-plugin-jwt-auth-develop
----package.json(541B)
----.github()
--------workflows()
----LICENSE(1KB)
----package-lock.json(128KB)
----CONTRIBUTING.md(76B)
----src()
--------settings.ts(232B)
--------runtime.ts(2KB)
--------lib()
--------index.ts(312B)
----tsconfig.json(428B)
----examples()
--------shield()
--------basic-permissions()
----.gitignore(119B)
----README.md(3KB)
----.vscode()
--------settings.json(124B)

网友评论