graphql-auth-directives:使用架构指令向您的GraphQL API添加授权

时间:2024-02-25 07:32:34
【文件属性】:

文件名称:graphql-auth-directives:使用架构指令向您的GraphQL API添加授权

文件大小:103KB

文件格式:ZIP

更新时间:2024-02-25 07:32:34

graphql authentication authorization graphql-api graphql-directive

graphql-auth指令 使用架构指令将身份验证添加到您的GraphQL API。 授权的架构指令 @isAuthenticated @hasRole @hasScope 快速开始 npm install --save graphql-auth-directives 然后导入您要使用的架构指令,并在GraphQL架构构建过程中附加它们。 例如,使用 : import { IsAuthenticatedDirective , HasRoleDirective , HasScopeDirective } from "graphql-auth-directives" ; const


【文件预览】:
graphql-auth-directives-master
----.gitignore(937B)
----.babelrc(39B)
----package.json(2KB)
----package-lock.json(380KB)
----src()
--------index.js(7KB)
--------errors.js(192B)
----LICENSE(524B)
----CHANGELOG.md(464B)
----.env(43B)
----examples()
--------index.js(3KB)
----scripts()
--------wait-for-graphql.sh(385B)
----README.md(4KB)
----.circleci()
--------config.yml(410B)
----.npmignore(32B)
----test()
--------helpers()
--------test.js(3KB)

网友评论