UNPKG

@krypton-org/krypton-auth

Version:

Express authentication middleware, using GraphQL and JSON Web Tokens.

7 lines (6 loc) 184 B
/** * Module returning the GraphQL schema for the user management API. * @module graphql/Schema */ declare const _default: import("graphql").GraphQLSchema; export default _default;