graphql auth directives:使用架构指令向您的GraphQL API添加授权 源码
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.zip
(预估有个16文件)
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
暂无评论